RE: cat zipped files

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

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; use warnings;

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 gzip -d -c -- To unsub