> Is there an easy way to work with gzip files in perl? Basically, I'd > like to be able to view and manipulate them using filehandles, similar > to non-zipped files. Is there a good way to do this? > > Thanks.
Check out the Compress::Zlib module on CPAN. http://search.cpan.org/~pmqs/Compress-Zlib-1.33/Zlib.pm Specifically the 'gz' methods. http://danconia.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>