1Net::DNS::RR::MG(3) User Contributed Perl Documentation Net::DNS::RR::MG(3)
2
3
4
6 Net::DNS::RR::MG - DNS MG resource record
7
9 use Net::DNS;
10 $rr = new Net::DNS::RR('name MG mgmname');
11
13 Class for DNS Mail Group (MG) resource records.
14
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 mgmname
24 $mgmname = $rr->mgmname;
25 $rr->mgmname( $mgmname );
26
27 A domain name which specifies a mailbox which is a member of the mail
28 group specified by the owner name.
29
31 Copyright (c)1997 Michael Fuhr.
32
33 All rights reserved.
34
35 Package template (c)2009,2012 O.M.Kolkman and R.W.Franks.
36
38 Permission to use, copy, modify, and distribute this software and its
39 documentation for any purpose and without fee is hereby granted,
40 provided that the above copyright notice appear in all copies and that
41 both that copyright notice and this permission notice appear in
42 supporting documentation, and that the name of the author not be used
43 in advertising or publicity pertaining to distribution of the software
44 without specific prior written permission.
45
46 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
47 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
48 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
49 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
50 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
51 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
52 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
53
55 perl, Net::DNS, Net::DNS::RR, RFC1035 Section 3.3.6
56
57
58
59perl v5.26.3 2018-02-09 Net::DNS::RR::MG(3)