Net::DNS::RR::MINFO - DNS MINFO resource record


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

Index


NAME

Top

Net::DNS::RR::MINFO - DNS MINFO resource record

SYNOPSIS

Top

use Net::DNS::RR;

DESCRIPTION

Top

Class for DNS Mailbox Information (MINFO) resource records.

METHODS

Top

rmailbx

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

Returns the RR's responsible mailbox field. See RFC 1035.

emailbx

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

Returns the RR's error mailbox field.

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.7


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