Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: Clearly lost my mind

by ysth (Canon)
on Jan 06, 2008 at 05:20 UTC ( [id://660628]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Clearly lost my mind
in thread Clearly lost my mind

use Fatal qw( warn );
I believe that's a no op. What did you mean for it to do? (What it is doing is replacing calls to the builtin warn with calls to a subroutine that does the warn and throws an exception if the warn fails...but warn never fails. Even if outputting to STDERR fails, warn still returns true.)

Did you possibly mean to say use warnings FATAL => "all";?

Log In?
Username:
Password:

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

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

    No recent polls found