How can I detect whether background process is completed or not when using perl system function?for (i=0; i<$counter; i++) { system("perl test1.pl &"); system("perl test2.pl"); #I want to continue with the next iteration when I am sure that backgr +ound process is completed #How can I detect above condition? }
In reply to how to detect background process completed or not by kamesh3183
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |