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;
10           $rr = new Net::DNS::RR('name PX preference map822 mapx400');
11

DESCRIPTION

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

METHODS

16       The available methods are those inherited from the base class augmented
17       by the type-specific methods defined in this package.
18
19       Use of undocumented package features or direct access to internal data
20       structures is discouraged and could result in program termination or
21       other unpredictable behaviour.
22
23   preference
24           $preference = $rr->preference;
25
26       A 16 bit integer which specifies the preference given to this RR among
27       others at the same owner.  Lower values are preferred.
28
29   map822
30           $map822 = $rr->map822;
31
32       A domain name element containing <rfc822-domain>, the RFC822 part of
33       the MIXER Conformant Global Address Mapping.
34
35   mapx400
36           $mapx400 = $rr->mapx400;
37
38       A <domain-name> element containing the value of <x400-in-domain-syntax>
39       derived from the X.400 part of the MIXER Conformant Global Address
40       Mapping.
41
43       Copyright (c)1997-2002 Michael Fuhr.
44
45       Package template (c)2009,2012 O.M.Kolkman and R.W.Franks.
46
47       All rights reserved.
48
49       This program is free software; you may redistribute it and/or modify it
50       under the same terms as Perl itself.
51

SEE ALSO

53       perl, Net::DNS, Net::DNS::RR, RFC2163
54
55
56
57perl v5.16.3                      2012-12-28               Net::DNS::RR::PX(3)
Impressum