1Net::SSH::Perl::Comp::ZUlsiebr(3C)ontributed Perl DocumeNnetta:t:iSoSnH::Perl::Comp::Zlib(3)
2
3
4
6 Net::SSH::Perl::Comp::Zlib - Wrapper for SSH Zlib Compression
7
9 use Net::SSH::Perl::Comp;
10 my $comp = Net::SSH::Perl::Comp->new('Zlib');
11 print $comp->compress($data);
12
14 Net::SSH::Perl::Comp::Zlib subclasses Net::SSH::Perl::Comp to provide
15 Zlib compression support for Net::SSH::Perl. To do so it wraps around
16 Compress::Zlib, an XS hook into the zlib library.
17
18 Read through the Net::SSH::Perl::Comp docs for usage information.
19
21 Please see the Net::SSH::Perl manpage for author, copyright, and
22 license information.
23
24
25
26perl v5.32.1 2021-01-27 Net::SSH::Perl::Comp::Zlib(3)