in reply to How do I Gzip a file in perl script

A CPAN search on 'gzip' comes up with one possible solution (the other two hits aren't really relevant). If it doesn't have to be gzip, but can be some other form of compression, you might look into Compress::Zlib (or one of the other members of the Compress namespace).

  • Comment on Re: How do I Gzip a file in perl script