1996-10-24 01:51:37 +02:00
|
|
|
The Compress::Zlib module provides a Perl interface to the
|
|
|
|
zlib compression library (see the AUTHORS entry elsewhere
|
2002-03-30 01:21:44 +01:00
|
|
|
in this document for details about where to get zlib). Most
|
1996-10-24 01:51:37 +02:00
|
|
|
of the functionality provided by zlib is available in
|
|
|
|
Compress::Zlib.
|
|
|
|
|
|
|
|
The module can be split into two general areas of
|
|
|
|
functionality, namely in-memory compression/decompression
|
|
|
|
and read/write access to gzip files. Each of these areas
|
|
|
|
will be discussed separately below.
|
|
|
|
|
|
|
|
WARNING: The interface defined in this document is alpha
|
|
|
|
and is liable to change.
|
2003-04-29 08:25:24 +02:00
|
|
|
|
2005-09-21 21:35:50 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Compress-Zlib/
|