Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

SIGDIE

by Adam (Vicar)
on Nov 19, 2000 at 12:17 UTC ( [id://42411]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub Something
    {
    ...
      # catch
      HandleEvalError( $@ ) if $@;
    }
    
  2. or download this
    BEGIN{ $SIG{__DIE__} = \&FatalErr }
    
    # Real problem if compile fails before getting here.
    sub FatalErr { # do stuff, maybe print @_ or something.
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-18 00:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found