1Net::DNS::RR::HINFO(3)User Contributed Perl DocumentationNet::DNS::RR::HINFO(3)
2
3
4

NAME

6       Net::DNS::RR::HINFO - DNS HINFO resource record
7

SYNOPSIS

9       "use Net::DNS::RR";
10

DESCRIPTION

12       Class for DNS Host Information (HINFO) resource records.
13

METHODS

15   cpu
16           print "cpu = ", $rr->cpu, "\n";
17
18       Returns the CPU type for this RR.
19
20   os
21           print "os = ", $rr->os, "\n";
22
23       Returns the operating system type for this RR.
24
26       Copyright (c) 1997-2002 Michael Fuhr.  Portions Copyright (c) 2002-2004
27       Chris Reinhardt Portions Copyright (c) 2007 NLnet Labs
28
29       All rights reserved.  This program is free software; you may
30       redistribute it and/or modify it under the same terms as Perl itself.
31

SEE ALSO

33       perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
34       Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC 1035 Section
35       3.3.2
36
37
38
39perl v5.12.0                      2009-01-26            Net::DNS::RR::HINFO(3)
Impressum