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