Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: Fork exec and not wait?

by kennethk (Abbot)
on Jan 24, 2013 at 20:06 UTC ( [id://1015226]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open STDOUT, '>', '/dev/null' or die "Redirect failed: $!";
    open STDERR, '>', '/dev/null' or die "Redirect failed: $!";
    
  2. or download this
    $SIG{CHLD} = "IGNORE";
    

Log In?
Username:
Password:

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

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

    No recent polls found