1Net::DNS::FAQ(3)      User Contributed Perl Documentation     Net::DNS::FAQ(3)
2
3
4

NAME

6       Net::DNS::FAQ - Frequently Asked Net::DNS Questions
7

SYNOPSIS

9        perldoc Net::DNS::FAQ
10

DESCRIPTION

12       This document serves to answer the most frequently asked questions on
13       both the Net::DNS Mailing List and those sent to the author.
14
15       The latest version of this FAQ can be found at
16            http://www.net-dns.org/docs/FAQ.html
17

GENERAL

19   What is Net::DNS?
20       Net::DNS is a perl implementation of a DNS resolver.
21

INSTALLATION

23   Where can I find Test::More?
24       Test::More is part of the Test-Simple package, by Michael G Schwern.
25       You should be able to find the distrubution here:
26
27               http://search.cpan.org/dist/Test-Simple/
28

USAGE

30   Why does Net::DNS::Resolver::query() return undef when the ANSWER section
31       is empty?
32       The short answer is, don't use query().  Net::DNS::Resolver::send()
33       will always return the answer packet, as long as an answer was
34       received.
35
36       The longer answer is that query() is modeled after the res_query()
37       function from the libresolv C library, which has similar behaviors.
38

VERSION

40        $Id: FAQ.pod 872 2011-01-10 15:45:59Z willem $
41
42
43
44perl v5.16.3                      2012-12-28                  Net::DNS::FAQ(3)
Impressum