PDA

View Full Version : Unzipping Files in PERL


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!

dverhun
07-23-03, 11:37
Nevermind all. The problem has been found and taken care of!

WebRecka
08-11-03, 16:43
Ya archive::zip documentation sucks, check there example files :-D