in reply to
Re: Unzipping files using Archive::Zip
in thread
Unzipping files using Archive::Zip
I had tried your simple zip program. Your zip program is unzip all file in zip file. But how can I unzip certain fail in zip file?
Comment on
Re: Re: Unzipping files using Archive::Zip
Replies are listed 'Best First'.
Re^3: Unzipping files using Archive::Zip
by
Anonymous Monk
on Mar 18, 2005 at 15:45 UTC
With the above example, you could see if the
$member->fileName
matches one of the file names you are interested in.
[reply]
[d/l]
In Section
Seekers of Perl Wisdom