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.
|
|---|