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

NAME

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

SYNOPSIS

9           use Net::DNS;
10           $rr = new Net::DNS::RR('name MX preference exchange');
11

DESCRIPTION

13       DNS Mail Exchanger (MX) resource record
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   exchange
30           $exchange = $rr->exchange;
31
32       A domain name which specifies a host willing to act as a mail exchange
33       for the owner name.
34
36       Copyright (c)1997-2002 Michael Fuhr.
37
38       Portions Copyright (c)2005 Olaf Kolkman, NLnet Labs.
39
40       Package template (c)2009,2012 O.M.Kolkman and R.W.Franks.
41
42       All rights reserved.
43
44       This program is free software; you may redistribute it and/or modify it
45       under the same terms as Perl itself.
46

SEE ALSO

48       perl, Net::DNS, Net::DNS::RR, RFC1035 Section 3.3.9
49
50
51
52perl v5.16.3                      2012-12-28               Net::DNS::RR::MX(3)
Impressum