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 = Net::DNS::RR->new('name ISDN ISDNaddress 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 ISDNaddress
24 address
25 $address = $rr->address;
26 $rr->address( $address );
27
28 The ISDN-address is a string of characters, normally decimal digits,
29 beginning with the E.163 country code and ending with the DDI if any.
30
31 sa
32 $sa = $rr->sa;
33 $rr->sa( $sa );
34
35 The optional subaddress (SA) is a string of hexadecimal digits.
36
38 Copyright (c)1997 Michael Fuhr.
39
40 All rights reserved.
41
42 Package template (c)2009,2012 O.M.Kolkman and R.W.Franks.
43
45 Permission to use, copy, modify, and distribute this software and its
46 documentation for any purpose and without fee is hereby granted,
47 provided that the original copyright notices appear in all copies and
48 that both copyright notice and this permission notice appear in
49 supporting documentation, and that the name of the author not be used
50 in advertising or publicity pertaining to distribution of the software
51 without specific prior written permission.
52
53 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
54 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
55 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
56 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
57 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
58 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
59 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
60
62 perl, Net::DNS, Net::DNS::RR, RFC1183 Section 3.2
63
64
65
66perl v5.34.1 2022-06-08 Net::DNS::RR::ISDN(3)