Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Fun with $SIG{__DIE__}

by plaid (Chaplain)
on Jul 08, 2000 at 00:45 UTC ( [id://21574]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    The routine indicated by $SIG{__DIE__} is called when a
    fatal exception is about to be thrown.  The error message
    is passed as the first argument.
    
  2. or download this
    $SIG{__DIE__}=sub {print LOG "Script Died: $_[0]" and close LOG if DEB
    +UGING};
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (1)
As of 2024-04-25 01:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found