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

Re: Re: Capturing return value and STDOUT from system like calls

by ctilmes (Vicar)
on Apr 16, 2004 at 13:22 UTC ( [id://345747]=note: print w/replies, xml ) Need Help??


in reply to Re: Capturing return value and STDOUT from system like calls
in thread Capturing return value and STDOUT from system like calls

from system:
$exit_value = $? >> 8; $signal_num = $? & 127; $dumped_core = $? & 128;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (9)
As of 2024-04-23 14:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found