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

SEE ALSO

63       perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
64       Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC 2168
65
66
67
68perl v5.8.8                       2007-08-01            Net::DNS::RR::NAPTR(3)
Impressum