in reply to Re: Question on IO::UnCompress::GunZip...
in thread Question on IO::UnCompress::GunZip...


Thanks for the reply Khen! But would a "open FILE...." statement work fine to open a zip file (.gz)? i.e., I can just read the zip file as if it were a normal text file using the very same set of operations/commands?


  • Comment on Re^2: Question on IO::UnCompress::GunZip...

Replies are listed 'Best First'.
Re^3: Question on IO::UnCompress::GunZip...
by Khen1950fx (Canon) on Jan 17, 2010 at 05:24 UTC
    Unfortunately, no. The script can count newlines, but opening and reading the zipped file is a different thing altogether.