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 distribution at
26            <http://search.cpan.org/dist/Test-Simple/>
27

USAGE

29   Why does $resolver->query() return undef when the answer section is empty?
30       The short answer is, do not use query().  $resolver->send() will always
31       return the answer packet, as long as an answer was received.
32
33       The longer answer is that query() is modeled after the res_query()
34       function from the libresolv C library, which has similar behavior.
35

VERSION

37        $Id: FAQ.pod 1365 2015-06-26 08:46:01Z willem $
38
39
40
41perl v5.26.3                      2018-02-09                  Net::DNS::FAQ(3)
Impressum