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 unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
[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;
> -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
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.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL