| Net-RRP documentation | Contained in the Net-RRP distribution. |
Net::RRP::Response::n536 - the rrp response 536 representation
use Net::RRP::Response::n536; my $response = new Net::RRP::Response::n536;
Net::RRP::Response::n536 - the 536 rrp response representation. See base class Net::RRP::Response(3) for more details.
Net::RRP::Response::n536 (C) Zenon N.S.P. Michael Kulakov 2000
125124, 19, 1-st Jamskogo polja st,
Moscow, Russian Federation
mkul@cpan.org
All rights reserved.
You may distribute this package under the terms of either the GNU
General Public License or the Artistic License, as specified in the
Perl README file.
Net::RRP::Response(3), Net::RRP::Codec(3), RFC 2832
| Net-RRP documentation | Contained in the Net-RRP distribution. |
package Net::RRP::Response::n536; use strict; use Net::RRP::Response; @Net::RRP::Response::n536::ISA = qw(Net::RRP::Response); $Net::RRP::Response::n536::VERSION = '0.1';
sub getCode { 536 }; 1;
__END__