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";
In reply to How can I run a piece of code asyncronously in Perl? by Doctrin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |