in reply to Re^3: Archive::Zip Error
in thread Archive::Zip Error
$zip = Archive::Zip->new(); eval {$zip->read($filename);}; if($@) { print "Couldn't unzip $filename\n";}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Archive::Zip Error
by Anonymous Monk on Jun 14, 2013 at 07:24 UTC |