Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Bug with Carp and $!/$?

by Kageneko (Scribe)
on Jul 10, 2003 at 17:37 UTC ( [id://273071]=note: print w/replies, xml ) Need Help??


in reply to Bug with Carp and $!/$?

After reading about die a bit more, I changed the code to use:
$? = (9 << 8);
THAT worked, although I find it kind of annoying. However, since we use constants for all of our exit conditions (RC_HOST_TIMEOUT, etc.), then I can just put that in the constant and forget about it. :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-03-28 18:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found