Re: un - Gzipping?

2005-07-07 Thread Sisyphus
- Original Message - From: "Gardner, Sam" <[EMAIL PROTECTED]> To: Sent: Friday, July 08, 2005 4:50 AM Subject: un - Gzipping? > Does anyone know how to unzip files that are Unix gzipped? The FAQ for > Archive::Zip indicates that it's not supported, and WinZip's command line > interfac

RE: un - Gzipping?

2005-07-07 Thread Bullock, Howard A.
use Compress::Zlib; Compress::Zlib - Interface to zlib compression library ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: un - Gzipping?

2005-07-07 Thread Ken Cornetet
@listserv.ActiveState.com Subject: Re: un - Gzipping? Gardner, Sam wrote: > Does anyone know how to unzip files that are Unix gzipped? The FAQ > for Archive::Zip indicates that it's not supported, and WinZip's > command line interface also apparently doesn't support it

Re: un - Gzipping?

2005-07-07 Thread $Bill Luebkert
Gardner, Sam wrote: > Does anyone know how to unzip files that are Unix gzipped? The FAQ for > Archive::Zip indicates that it's not supported, and WinZip's command > line interface also apparently doesn't support it (so I can't leverage > that). Any advice appreciated. Thanks... Have you tried