Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: How do you launch a background process and get pid?

by afoken (Chancellor)
on Apr 18, 2016 at 17:12 UTC ( [id://1160829]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open(STDOUT, "/dev/null");          # suppressing output  
    open(STDERR, "/dev/null");          # suppressing output
    
  2. or download this
    open STDOUT,'>','/dev/null';
    open STDERR,'>','/dev/null';
    

Log In?
Username:
Password:

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

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

    No recent polls found