Well somewhere along the line something is going to have to unzip the file but if you want to have a transparent read of the zipped file without any apparent imtermediate uncompression then you might create a PerlIO 'layer' using Archive::Zip that would allow you to do something like:
open FOO , '<:zip','zipfile.zip' || die "$!\n"; while(<FOO>) { # ... }
The module to do this doesn't exist yet but if you read the Perl IO documentation and An example implementation then it should be quite clear what you need to do.
/J\
In reply to Re: Reading a zipped file (win32)
by gellyfish
in thread Reading a zipped file (win32)
by spikey_wan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |