RE: cat zipped files

2003-10-27 Thread Steve Lobach
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]

Re: cat zipped files

2003-10-27 Thread Rob Dixon
[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;

RE: cat zipped files

2003-10-27 Thread Bakken, Luke
> -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

cat zipped files

2003-10-27 Thread lobach
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