in reply to Recommendation to zip/unzip gzip files

The disadvantages of using backticks are plenty. In your case, you are starting 4600 external processes, which will take quite a lot of time and resources.

Using something like Compress::Zlib or IO::Compress::Gzip also let's you handle compressed text files similar to plaintext files, without using temporary (uncompressed) files.

Sorry for any bad spelling, broken formatting and missing code examples. During a slight disagreement with my bicycle (which i lost), i broke my left forearm near the elbow. I'm doing the best i can here...
  • Comment on Re: Recommendation to zip/unzip gzip files