http://qs321.pair.com?node_id=643586


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

What you say is true for applications, but I'm trying to write a module that installs die/warn handlers.

I could just return the handler to install and let the user do the local($SIG{..}) in the correct scope... That's an awkward interface, but might but useful in some circumstances.

Thanks for your comments

  • Comment on Re^2: die/warn signal handler best practice questions