Net::DNS::RR::MR - DNS MR resource record


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

Index


NAME

Top

Net::DNS::RR::MR - DNS MR resource record

SYNOPSIS

Top

use Net::DNS::RR;

DESCRIPTION

Top

Class for DNS Mail Rename (MR) resource records.

METHODS

Top

newname

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

Returns the RR's new name 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.8


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