1Net::DNS::FAQ(3) User Contributed Perl Documentation Net::DNS::FAQ(3)
2
3
4
6 Net::DNS::FAQ - Frequently Asked Net::DNS Questions
7
9 perldoc Net::DNS::FAQ
10
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
19 What is Net::DNS?
20 Net::DNS is a perl implementation of a DNS resolver.
21
23 Where can I find Test::More?
24 Test::More is part of the Test-Simple packge, by Michael G Schwern.
25 You should be able to find the distrubution here:
26
27 http://search.cpan.org/dist/Test-Simple/
28
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
40 $Id: FAQ.pod 264 2005-04-06 09:16:15Z olaf $
41
42
43
44perl v5.12.0 2009-01-26 Net::DNS::FAQ(3)