in reply to Ignoring errors
But in general you can override the error handlers in $SIG{"__WARN__"} (and even $SIG{"__DIE__"} ) and catch these cases before continuing to normal error handling.
see warn for details ...
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
*) or an own errorHandler like Haukex++ showed
|
|---|