1Net::DNS::RR::ISDN(3) User Contributed Perl DocumentationNet::DNS::RR::ISDN(3)
2
3
4
6 Net::DNS::RR::ISDN - DNS ISDN resource record
7
9 use Net::DNS;
10 $rr = new Net::DNS::RR('name ISDN address sa');
11
13 Class for DNS ISDN 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 ISDN-address is a string of characters, normally decimal digits,
27 beginning with the E.163 country code and ending with the DDI if any.
28
29 sa
30 $sa = $rr->sa;
31
32 The optional subaddress (SA) is a string of hexadecimal digits.
33
35 Copyright (c)1997 Michael Fuhr.
36
37 Package template (c)2009,2012 O.M.Kolkman and R.W.Franks.
38
39 All rights reserved.
40
41 This program is free software; you may redistribute it and/or modify it
42 under the same terms as Perl itself.
43
45 perl, Net::DNS, Net::DNS::RR, RFC1183 Section 3.2
46
47
48
49perl v5.16.3 2012-12-28 Net::DNS::RR::ISDN(3)