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


Net-DNS documentation  | view source Contained in the Net-DNS distribution.

Index


NAME

Top

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

SYNOPSIS

Top

use Net::DNS::RR;

DESCRIPTION

Top

Class for DNS Host Information (HINFO) resource records.

METHODS

Top

cpu

    print "cpu = ", $rr->cpu, "\n";

Returns the CPU type for this RR.

os

    print "os = ", $rr->os, "\n";

Returns the operating system type for this RR.

COPYRIGHT

Top

SEE ALSO

Top

perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet, Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC 1035 Section 3.3.2


Net-DNS documentation  | view source Contained in the Net-DNS distribution.