Shawrich has asked for the wisdom of the Perl Monks concerning the following question:
I am working on a script which will launch several applications based upon user input to a Tkx form. In the past I have performed similar tasks using system or exec commands. However, system launches the first application and then waits for it to return, and exec launches the first application and then, of course, dies.
My idea was to have the perl code create a batch file to run all the applications, then just run the bat file with exec. Unless any of the monks around here have a better suggestion?
Thx
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Launching multiple programs from Perl script
by tobyink (Canon) on Nov 06, 2012 at 15:49 UTC | |
by mbethke (Hermit) on Nov 06, 2012 at 17:12 UTC | |
by Shawrich (Initiate) on Nov 06, 2012 at 16:38 UTC | |
by mbethke (Hermit) on Nov 06, 2012 at 17:16 UTC | |
|
Re: Launching multiple programs from Perl script
by Anonymous Monk on Nov 06, 2012 at 15:55 UTC | |
by Shawrich (Initiate) on Nov 06, 2012 at 16:45 UTC |