1Net::DNS::RR::NAPTR(3)User Contributed Perl DocumentationNet::DNS::RR::NAPTR(3)
2
3
4

NAME

6       Net::DNS::RR::NAPTR - DNS NAPTR resource record
7

SYNOPSIS

9       "use Net::DNS::RR";
10

DESCRIPTION

12       Class for DNS Naming Authority Pointer (NAPTR) resource records.
13

METHODS

15   order
16           print "order = ", $rr->order, "\n";
17
18       Returns the order field.
19
20   preference
21           print "preference = ", $rr->preference, "\n";
22
23       Returns the preference field.
24
25   flags
26           print "flags = ", $rr->flags, "\n";
27
28       Returns the flags field.
29
30   service
31           print "service = ", $rr->service, "\n";
32
33       Returns the service field.
34
35   regexp
36           print "regexp = ", $rr->regexp, "\n";
37
38       Returns the regexp field.
39
40   replacement
41           print "replacement = ", $rr->replacement, "\n";
42
43       Returns the replacement field.
44
46       Copyright (c) 1997-2002 Michael Fuhr.
47
48       Portions Copyright (c) 2002-2004 Chris Reinhardt.  Portions Copyright
49       (c) 2005 Olaf Kolkman NLnet Labs.
50
51       All rights reserved.  This program is free software; you may
52       redistribute it and/or modify it under the same terms as Perl itself.
53
54       Net::DNS::RR::NAPTR is based on code contributed by Ryan Moats.
55

SEE ALSO

57       perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
58       Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC 2168
59
60
61
62perl v5.12.0                      2009-01-26            Net::DNS::RR::NAPTR(3)
Impressum