Net::DNS::RR::ISDN - DNS ISDN resource record


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

Index


NAME

Top

Net::DNS::RR::ISDN - DNS ISDN resource record

SYNOPSIS

Top

use Net::DNS::RR;

DESCRIPTION

Top

Class for DNS ISDN resource records.

METHODS

Top

address

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

Returns the RR's address field.

sa

    print "subaddress = ", $rr->sa, "\n";

Returns the RR's subaddress 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 1183 Section 3.2


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