Re: gzip or Compress::Zlib

2001-05-09 Thread [EMAIL PROTECTED]
on 05/09/2001 12:23 PM > > To: Kailash Subramanian/ATL/ALLTELCORP > cc: [EMAIL PROTECTED] AT INTERNET@CCMAIL > > Subject: Re: gzip or Compress::Zlib > > > Hi Kailash, > > If you are doing the compression from with a Perl script, use > Archive::Tar >

Re: gzip or Compress::Zlib

2001-05-09 Thread Kailash Subramanian
D] AT INTERNET@CCMAIL Subject: Re: gzip or Compress::Zlib Hi Kailash, If you are doing the compression from with a Perl script, use Archive::Tar (which uses Compress::Zlib in the background). After installing the modules, use the following commands to see their documentation (which will give you the

Re: gzip or Compress::Zlib

2001-05-09 Thread Kevin Meltzer
Hi Kailash, If you are doing the compression from with a Perl script, use Archive::Tar (which uses Compress::Zlib in the background). After installing the modules, use the following commands to see their documentation (which will give you the basic syntax): perldoc Archive::Tar perldoc Compress: