in reply to Re^3: Archive::Zip Error
in thread Archive::Zip Error

I can't post my code due to my internship, so here is the general :
$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

    Archive::Zip's read method is documented to return an integer to signal an error, it won't die

    http://search.cpan.org/perldoc/Archive::Zip#read

    I can't post my code due to my internship

    Your actual code isn't required, just something that triggers the same error/problem, and something that doesn't require purchasing a special brand of soap, something self contained