in reply to Re^3: Unzipping and extracting file only with Archive::Zip
in thread Unzipping and extracting file only with Archive::Zip
I was naming the file with "$member". When it should be like this:$zip->extractMember($member, "/zips/$member");
$zip->extractMember($member, "/zips/file_name");
|
|---|