I'm looking at Archive::Zip to extract a single text file from a zip file that is ftped from a winders box to a unix box.
The zip file conatins only one file, a .txt file, that is compressed pretty well. (about 170 MB regular 18MB zipped up) Data.txt is apx 170MB Data.txt is zipped into 'data.zip' which is 18MB File 'data.zip' is ftped from winders to unix server Now heres' where my perl script comes in: Perl/Archive::Zip (or other module???) Extracts data.txt from data.zip and writes it to 'local_data.txt' Any pointers/ideas/experience about how to do that? TIA Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]