Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
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??

Help for this page

Select Code to Download


  1. or download this
    $SIG{__DIE__}  = \&log_die;
    
    sub log_die {
     print @_;
    }
    
  2. or download this
    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 having a coffee break in the Monastery: (6)
As of 2024-03-28 08:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found