This is the full version, strange it has a die in it but the process doesn't!$SIG{__DIE__} = \&log_die; sub log_die { print @_; }
sub log_die { return unless CRITICAL >= $PRIORITY; _log(_msg('critical',@_)); die @_; }
In reply to Re^2: What magic is this?
by Jonathan
in thread What magic is this?
by Jonathan
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |