1Net::DNS::RR::AFSDB(3)User Contributed Perl DocumentationNet::DNS::RR::AFSDB(3)
2
3
4
6 Net::DNS::RR::AFSDB - DNS AFSDB resource record
7
9 "use Net::DNS::RR";
10
12 Class for DNS AFS Data Base (AFSDB) resource records.
13
15 subtype
16
17 print "subtype = ", $rr->subtype, "\n";
18
19 Returns the RR's subtype field. Use of the subtype field is documented
20 in RFC 1183.
21
22 hostname
23
24 print "hostname = ", $rr->hostname, "\n";
25
26 Returns the RR's hostname field. See RFC 1183.
27
29 Copyright (c) 1997-2002 Michael Fuhr.
30
31 Portions Copyright (c) 2002-2004 Chris Reinhardt.
32
33 All rights reserved. This program is free software; you may redisā
34 tribute it and/or modify it under the same terms as Perl itself.
35
37 perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
38 Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC 1183 Section 1
39
40
41
42perl v5.8.8 2007-08-01 Net::DNS::RR::AFSDB(3)