Posted on 2009-02-27 03:10:55-08 by sdetweil in response to 10075
Re: setErrorHandler
well, this does NOT work
$zip = Archive::Zip->new(); $zip->setErrorHandler( \<ZipErrors );
but THIS does
$zip = Archive::Zip->new(); Archive::Zip::setErrorHandler( \<ZipErrors );
altho the doc uses the first example.. now my error handler gets called.. how can I get the name of the file causing the problem in the handler? Sam
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.