http://www.perlmonks.org?node_id=643585


in reply to Re: die/warn signal handler best practice questions
in thread die/warn signal handler best practice questions

I am trying to write a generic warn/die wrapper for general use (Devel::file). Worse still, I'd like people to be able to enable it in their environment and forget about it.

Your comments suggest that keeping things simple, safe and conservative might be the best approach. Thanks