Manual Reference Pages  - Net::SSH::Perl::Comp::Zlib (3)

NAME

Net::SSH::Perl::Comp::Zlib - Wrapper for SSH Zlib Compression

CONTENTS

SYNOPSIS



    use Net::SSH::Perl::Comp;
    my $comp = Net::SSH::Perl::Comp->new(’Zlib’);
    print $comp->compress($data);



DESCRIPTION

Net::SSH::Perl::Comp::Zlib subclasses Net::SSH::Perl::Comp to provide Zlib compression support for Net::SSH::Perl. To do so it wraps around Compress::Zlib, an XS hook into the zlib library.

Read through the Net::SSH::Perl::Comp docs for usage information.

AUTHOR & COPYRIGHTS

Please see the Net::SSH::Perl manpage for author, copyright, and license information.
Jump to page    or go to Top of page |  Section 3 |  Main Index.


perl v5.8.5 Net::SSH::Perl::Comp::Zlib (3) 2003-12-03
Generated by manServer 1.07 from /usr/share/man/man3/Net::SSH::Perl::Comp::Zlib.3pm using man macros.