Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: pure-perl gzip compression

by thatguy (Parson)
on Oct 12, 2001 at 03:33 UTC ( [id://118369]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://118369]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-25 09:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found