Net::DNS::RR::NAPTR - DNS NAPTR resource record


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

Index


NAME

Top

Net::DNS::RR::NAPTR - DNS NAPTR resource record

SYNOPSIS

Top

use Net::DNS::RR;

DESCRIPTION

Top

Class for DNS Naming Authority Pointer (NAPTR) resource records.

METHODS

Top

order

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

Returns the order field.

preference

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

Returns the preference field.

flags

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

Returns the flags field.

service

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

Returns the service field.

regexp

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

Returns the regexp field.

replacement

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

Returns the replacement 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 2168


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