Thank you, for some reason I had it in my mind that command would only decompress the
file, I tried it in my perl script and it worked fine..
>>> "Bakken, Luke" <[EMAIL PROTECTED]> 10/27/03 09:41AM >>>
> -Original Message-
> I was hoping someone would have an idea of how to cat zipped
>
[EMAIL PROTECTED] wrote:
>
> I was hoping someone would have an idea of how to cat zipped files.. gzcat
> is NOT available to me, however, cat and zcat are.. But is there a module or
> sample perl script to cat zipped files?
Hi Steve.
Archive::Zip is what you need.
use strict;
use warnings;
> -Original Message-
> I was hoping someone would have an idea of how to cat zipped
> files.. gzcat
> is NOT available to me, however, cat and zcat are.. But is
> there a module or
> sample perl script to cat zipped files? Thanks, Steve.
If you have gzip, look at gzip -d -c
--
To unsub