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
21       Net::DNS is a perl implementation of a DNS resolver.
22

INSTALLATION

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

USAGE

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

VERSION

43        $Id: FAQ.pod 264 2005-04-06 09:16:15Z olaf $
44
45
46
47perl v5.8.8                       2007-08-01                  Net::DNS::FAQ(3)
Impressum