in reply to Re^5: Perl module to get warn or die to render as HTML
in thread Perl module to get warn or die to render as HTML

Right. But in most cases, warnings like the one you cited can and should be corrected in production code -- if you're trying to manipulate a value and it is undefined, then you haven't really trapped for the possibility that the value you're handling is somehow not yet populated, which can lead to more serious problems.

  • Comment on Re^6: Perl module to get warn or die to render as HTML