Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: What magic is this?

by Jonathan (Curate)
on Oct 26, 2006 at 12:47 UTC ( [id://580749]=note: print w/replies, xml ) Need Help??


in reply to Re: What magic is this?
in thread What magic is this?

I know its my error handling code and when I add a cut down version it is enough to generate the same error;
$SIG{__DIE__} = \&log_die; sub log_die { print @_; }
This is the full version, strange it has a die in it but the process doesn't!
sub log_die { return unless CRITICAL >= $PRIORITY; _log(_msg('critical',@_)); die @_; }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://580749]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-19 22:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found