Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.105
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
perl5 /
vendor_perl /
Net /
DNS /
Delete
Unzip
Name
Size
Permission
Date
Action
RR
[ DIR ]
drwxr-xr-x
2025-02-25 04:07
Resolver
[ DIR ]
drwxr-xr-x
2025-02-25 04:07
Domain.pm
10.05
KB
-rw-r--r--
2020-11-18 13:18
DomainName.pm
7.45
KB
-rw-r--r--
2020-11-18 13:18
FAQ.pod
1.08
KB
-rw-r--r--
2020-11-18 13:18
Header.pm
10.26
KB
-rw-r--r--
2020-11-18 13:18
Mailbox.pm
4.01
KB
-rw-r--r--
2020-11-18 13:18
Packet.pm
21.36
KB
-rw-r--r--
2020-11-18 13:18
Parameters.pm
13.43
KB
-rw-r--r--
2020-11-18 13:18
Question.pm
8.43
KB
-rw-r--r--
2020-11-18 13:18
RR.pm
21.6
KB
-rw-r--r--
2020-11-18 13:18
Resolver.pm
20.74
KB
-rw-r--r--
2020-11-18 13:18
Text.pm
7.15
KB
-rw-r--r--
2020-11-18 13:18
Update.pm
7.81
KB
-rw-r--r--
2020-11-18 13:18
ZoneFile.pm
15.81
KB
-rw-r--r--
2020-11-18 13:18
Save
Rename
=head1 NAME Net::DNS::FAQ - Frequently Asked Net::DNS Questions =head1 SYNOPSIS perldoc Net::DNS::FAQ =head1 DESCRIPTION This document serves to answer the most frequently asked questions on both the Net::DNS Mailing List and those sent to the author. The latest version of this FAQ can be found at L<http://www.net-dns.org/docs/FAQ.html> =head1 GENERAL =head2 What is Net::DNS? Net::DNS is a perl implementation of a DNS resolver. =head1 INSTALLATION =head2 Where can I find Test::More? Test::More is part of the Test-Simple package, by Michael G Schwern. You should be able to find the distribution at L<http://search.cpan.org/dist/Test-Simple/> =head1 USAGE =head2 Why does $resolver->query() return undef when the answer section is empty? The short answer is, do not use query(). $resolver->send() will always return the response packet, as long as a response was received. The longer answer is that query() is modeled after the res_query() function from the libresolv C library, which has similar behavior. =head1 VERSION $Id: FAQ.pod 1709 2018-09-07 08:03:09Z willem $