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 address');
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 address
24 $address = $rr->address;
25
26 The PSDN-address is a string of decimal digits, beginning with the 4
27 digit DNIC (Data Network Identification Code), as specified in X.121.
28
30 Copyright (c)1997 Michael Fuhr.
31
32 Package template (c)2009,2012 O.M.Kolkman and R.W.Franks.
33
34 All rights reserved.
35
36 This program is free software; you may redistribute it and/or modify it
37 under the same terms as Perl itself.
38
40 perl, Net::DNS, Net::DNS::RR, RFC1183 Section 3.1
41
42
43
44perl v5.16.3 2012-12-28 Net::DNS::RR::X25(3)