http://qs321.pair.com?node_id=118369


in reply to pure-perl gzip compression

Compress::Zlib and IO::Filter will do compression/decompression but are not (as stefp points out) perl only modules and it looks to me like everything invloving zip or compress on cpan uses Compress::Zlib (PerlIO::gzip, MIME::Decoder::Gzip64, IO::Filter::gunzip, Archive::Zip)

here is the rfc on the gzip spec if you feel like writing a non Compress::Zlib module.
-p

Replies are listed 'Best First'.
Re: Re: pure-perl gzip compression
by stefp (Vicar) on Oct 12, 2001 at 03:45 UTC
    Compress::Zlib is not a perl only module.

    -- stefp