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::RR";
10
12 Class for DNS ISDN resource records.
13
15 address
16
17 print "address = ", $rr->address, "\n";
18
19 Returns the RR's address field.
20
21 sa
22
23 print "subaddress = ", $rr->sa, "\n";
24
25 Returns the RR's subaddress field.
26
28 Copyright (c) 1997-2002 Michael Fuhr.
29
30 Portions Copyright (c) 2002-2004 Chris Reinhardt.
31
32 All rights reserved. This program is free software; you may redisā
33 tribute it and/or modify it under the same terms as Perl itself.
34
36 perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
37 Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC 1183 Section
38 3.2
39
40
41
42perl v5.8.8 2007-08-01 Net::DNS::RR::ISDN(3)