Doctrin has asked for the wisdom of the Perl Monks concerning the following question:
How can I run the second line of code in t2.pl asynchronously, so that "DONE" output would appear immediately, and t1.pl does it's work in background, or however? In general, would you please tell me how can I run lines of code asyncronously? Thanks in advance.`t1.pl "arg1" "arg2" "arg3"`; print "DONE\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How can I run a piece of code asyncronously in Perl?
by BrowserUk (Patriarch) on Nov 02, 2012 at 17:59 UTC | |
by Doctrin (Beadle) on Nov 02, 2012 at 19:43 UTC | |
by BrowserUk (Patriarch) on Nov 02, 2012 at 20:04 UTC | |
|
Re: How can I run a piece of code asyncronously in Perl?
by pemungkah (Priest) on Nov 02, 2012 at 22:29 UTC | |
by Doctrin (Beadle) on Nov 03, 2012 at 18:53 UTC | |
|
Re: How can I run a piece of code asyncronously in Perl?
by aitap (Curate) on Nov 02, 2012 at 19:25 UTC | |
by Anonymous Monk on Nov 03, 2012 at 19:04 UTC | |
|
Re: How can I run a piece of code asynchronously in Perl?
by Lotus1 (Vicar) on Nov 02, 2012 at 19:09 UTC |