1Net::DNS::RR::PTR(3) User Contributed Perl Documentation Net::DNS::RR::PTR(3)
2
3
4
6 Net::DNS::RR::PTR - DNS PTR resource record
7
9 use Net::DNS;
10 $rr = new Net::DNS::RR('name PTR ptrdname');
11
13 Class for DNS Pointer (PTR) 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 ptrdname
24 $ptrdname = $rr->ptrdname;
25
26 A domain name which points to some location in the domain name space.
27
29 Copyright (c)1997-2002 Michael Fuhr.
30
31 Package template (c)2009,2012 O.M.Kolkman and R.W.Franks.
32
33 All rights reserved.
34
35 This program is free software; you may redistribute it and/or modify it
36 under the same terms as Perl itself.
37
39 perl, Net::DNS, Net::DNS::RR, RFC1035 Section 3.3.12
40
41
42
43perl v5.16.3 2012-12-28 Net::DNS::RR::PTR(3)