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