1Net::DNS::RR::PX(3)   User Contributed Perl Documentation  Net::DNS::RR::PX(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

12       Class for DNS X.400 Mail Mapping Information (PX) resource records.
13

METHODS

15   preference
16           print "preference = ", $rr->preference, "\n";
17
18       Returns the preference given to this RR.
19
20   map822
21           print "map822 = ", $rr->map822, "\n";
22
23       Returns the RFC822 part of the RFC1327 mapping information.
24
25   mapx400
26           print "mapx400 = ", $rr->mapx400, "\n";
27
28       Returns the X.400 part of the RFC1327 mapping information.
29
31       Copyright (c) 1997-2002 Michael Fuhr.
32
33       Portions Copyright (c) 2002-2004 Chris Reinhardt.  Portions Copyright
34       (c) 2005 Olaf Kolkman NLnet Labs.
35
36       All rights reserved.  This program is free software; you may
37       redistribute it and/or modify it under the same terms as Perl itself.
38

SEE ALSO

40       perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
41       Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC822, RFC 1327,
42       RFC 2163
43
44
45
46perl v5.12.0                      2009-01-26               Net::DNS::RR::PX(3)
Impressum