|
|
| go ahead... be a heretic | |
| PerlMonks |
Re: Make perl script to wait while external process is finishby Anonymous Monk |
| on Nov 17, 2011 at 09:21 UTC ( #938558=note: print w/ replies, xml ) | Need Help?? |
|
You use the system function, the default thing it does, is wait for the launched process to finish (assuming the process you launch, doesn't launch another and then finishes) Maybe even Proc::Background
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||