1Net::DNS::RR::AAAA(3) User Contributed Perl DocumentationNet::DNS::RR::AAAA(3)
2
3
4
6 Net::DNS::RR::AAAA - DNS AAAA resource record
7
9 "use Net::DNS::RR";
10
12 Class for DNS IPv6 Address (AAAA) resource records.
13
15 address
16
17 print "address = ", $rr->address, "\n";
18
19 Returns the RR's address field.
20
22 The "string" method returns only the preferred method of address repre‐
23 sentation ("x:x:x:x:x:x:x:x", as documented in RFC 1884, Section 2.2,
24 Para 1).
25
27 Copyright (c) 1997-2002 Michael Fuhr.
28
29 Portions Copyright (c) 2002-2004 Chris Reinhardt.
30
31 All rights reserved. This program is free software; you may redis‐
32 tribute it and/or modify it under the same terms as Perl itself.
33
35 perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
36 Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC 1886 Section 2,
37 RFC 1884 Sections 2.2 & 2.4.4
38
39
40
41perl v5.8.8 2007-08-01 Net::DNS::RR::AAAA(3)