1Net::DNS::RR::PX(3) User Contributed Perl Documentation Net::DNS::RR::PX(3)
2
3
4
6 Net::DNS::RR::PX - DNS PX resource record
7
9 "use Net::DNS::RR";
10
12 Class for DNS X.400 Mail Mapping Information (PX) resource records.
13
15 preference
16
17 print "preference = ", $rr->preference, "\n";
18
19 Returns the preference given to this RR.
20
21 map822
22
23 print "map822 = ", $rr->map822, "\n";
24
25 Returns the RFC822 part of the RFC1327 mapping information.
26
27 mapx400
28
29 print "mapx400 = ", $rr->mapx400, "\n";
30
31 Returns the X.400 part of the RFC1327 mapping information.
32
34 Copyright (c) 1997-2002 Michael Fuhr.
35
36 Portions Copyright (c) 2002-2004 Chris Reinhardt. Portions Copyright
37 (c) 2005 Olaf Kolkman NLnet Labs.
38
39 All rights reserved. This program is free software; you may redisā
40 tribute it and/or modify it under the same terms as Perl itself.
41
43 perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
44 Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC822, RFC 1327,
45 RFC 2163
46
47
48
49perl v5.8.8 2007-08-01 Net::DNS::RR::PX(3)