plususe Monitor;
package Monitor; BEGIN { ... } END { ... } $SIG{__DIE__} = sub { die $@ if $^S; ... }; $SIG{__WARN__} = sub { ... }; 1;
References:
In reply to Re: logging, to include unhandled exceptions
by ikegami
in thread logging, to include unhandled exceptions
by klassa
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |