From: Hill, Ronald [mailto:[EMAIL PROTECTED]]
> Hi All,
>
> I have created a script that downloads and uncompresses files
> from the web.
> I am having problems with the inflate
> process. Using the inflate command I have checked the status and it is set
> to -3. Does anyone know what that means?
>
> Thanks
>
> Ron
>
>
>
> use Compress::Zlib;
^^^^^^^^^^^^^^
Compress::Zlib can only extract data from gzip files (extension is usually
..gz). It doesn't know anything about "zip" files.
You need Archive::Zip (in association with Compress::Zlib) to look in "zip"
files.
Paul
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com