On Thu, Dec 20, 2001 at 03:25:27PM -0200, Gregory wrote: > Hi i have a .Z file generated by compress and i need read this file in a > Perl script. > I install the Compress::Zlib to do this, but the samples of Compress::Zlib > dont work !!
The problem is very likely your usage of the gz* functions. It is my understanding that compress creates files of a different format; try using the uncompress function, or the inflate function. Michael -- Administrator www.shoebox.net Programmer, System Administrator www.gallanttech.com -- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]