1Net::DNS::RR::HINFO(3)User Contributed Perl DocumentationNet::DNS::RR::HINFO(3)
2
3
4
6 Net::DNS::RR::HINFO - DNS HINFO resource record
7
9 "use Net::DNS::RR";
10
12 Class for DNS Host Information (HINFO) resource records.
13
15 cpu
16
17 print "cpu = ", $rr->cpu, "\n";
18
19 Returns the CPU type for this RR.
20
21 os
22
23 print "os = ", $rr->os, "\n";
24
25 Returns the operating system type for this RR.
26
28 Copyright (c) 1997-2002 Michael Fuhr. Portions Copyright (c) 2002-2004
29 Chris Reinhardt Portions Copyright (c) 2007 NLnet Labs
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 1035 Section
37 3.3.2
38
39
40
41perl v5.8.8 2007-08-01 Net::DNS::RR::HINFO(3)