Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Re: ZIP algorithm for perl?

by bart (Canon)
on May 03, 2003 at 10:29 UTC ( [id://255293]=note: print w/replies, xml ) Need Help??


in reply to Re: ZIP algorithm for perl?
in thread ZIP algorithm for perl?

Actually, Archive::Zip uses the compression from Compress::Zlib, which uses a compiled DLL (or equivalent) incorporating the code from the zlib project.

It's noteworthy that one of the people behind this project, is Mark Adler, the man who originally created the zip algorithm for PKZIP, the (original) ZIP utility for DOS. The other one is Jean-loup Gailly, the author/maintainer of gzip. Therefore it's not surprising that zlib (and thus Compress::Zlib) can handle both gz and zip compression.

For the algorithm, there's indeed no better place to start than the zlib homepage. You will have to delve into the C code, as the code itself and its comments, are the actual main documentation.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-19 01:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found