Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: qx and $!

by ikegami (Patriarch)
on Oct 29, 2006 at 20:02 UTC ( [id://581157]=note: print w/replies, xml ) Need Help??


in reply to Re: qx and $!
in thread qx and $!

Some operations set $! to 0 on success (but don't count on it!). "Bad file descriptor" is error 0 on some systems.
$! = 0; print("$!\n"); # Bad file descriptor, or Illegal seek, or ...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://581157]
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: (4)
As of 2024-04-19 16:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found