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

NAME

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

SYNOPSIS

9           use Net::DNS;
10           $rr = new Net::DNS::RR('name PTR ptrdname');
11

DESCRIPTION

13       Class for DNS Pointer (PTR) 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   ptrdname
24           $ptrdname = $rr->ptrdname;
25           $rr->ptrdname( $ptrdname );
26
27       A domain name which points to some location in the domain name space.
28
30       Copyright (c)1997 Michael Fuhr.
31
32       All rights reserved.
33
34       Package template (c)2009,2012 O.M.Kolkman and R.W.Franks.
35

LICENSE

37       Permission to use, copy, modify, and distribute this software and its
38       documentation for any purpose and without fee is hereby granted,
39       provided that the above copyright notice appear in all copies and that
40       both that copyright notice and this permission notice appear in
41       supporting documentation, and that the name of the author not be used
42       in advertising or publicity pertaining to distribution of the software
43       without specific prior written permission.
44
45       THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
46       OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
47       MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
48       IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
49       CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
50       TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
51       SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
52

SEE ALSO

54       perl, Net::DNS, Net::DNS::RR, RFC1035 Section 3.3.12
55
56
57
58perl v5.26.3                      2018-02-09              Net::DNS::RR::PTR(3)
Impressum