Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

Debian 6.0.3

(Squeeze)

Net::DNS::RR::KX(3pm)


Net::DNS::RR::KX

Net::DNS::RR::KX

NAME
SYNOPSIS
DESCRIPTION
METHODS
COPYRIGHT
SEE ALSO

NAME

Net::DNS::RR::KX − DNS KX resource record

SYNOPSIS

"use Net::DNS::RR";

DESCRIPTION

Class for DNS Key Exchanger ( MX ) resource record ( RFC 2230).

This class inherets most of its functionality directly from the MX RR .

METHODS

preference

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

Returns the preference for this mail exchange.

exchange

    print "exchange = ", $rr−>exchange, "\n";

Returns name of this mail exchange.

COPYRIGHT

Portions Copyright (c) 2009 Olaf Kolkman NLnet Labs.

All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet, Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC2230



Net::DNS::RR::KX(3pm)