dverhun
07-21-03, 17:31
| I am somewhat new to PERL and was recently given the task which required me to unzip a .zip file, and extract a file ( the only file ) contained within the zip file which is to be used for processing. I'm trying to use the Archive::Zip module; and I've looked at and tried some of the examples but can't seem to get anything working. The path and filename of the .zip file are stored in a variable and only one file exists within the zipped file. Any advice on the issue would be much appreciated. Thanx! |