Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Launching multiple processes

by dpuu (Chaplain)
on Jan 06, 2004 at 23:47 UTC ( [id://319289]=note: print w/replies, xml ) Need Help??


in reply to Launching multiple processes

The simplest way is probably to do precisely the thing that you want to emulate:
system "MyProgram &";
--Dave
Opinions my own; statements of fact may be in error.

Replies are listed 'Best First'.
Re: Re: Launching multiple processes
by JeffR100 (Acolyte) on Jan 07, 2004 at 21:38 UTC
    Thanks for the simple idea. I assumed that since a & between backticks didn't work, it wouldn't work with system() either. Jeff

Log In?
Username:
Password:

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

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

    No recent polls found