![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
Determine if a program in a different terminal has endedby renegadex (Beadle) |
on Sep 17, 2009 at 10:46 UTC ( #795847=perlquestion: print w/replies, xml ) | Need Help?? |
renegadex has asked for the wisdom of the Perl Monks concerning the following question:
Hi! i have this code.
This is what I want to happen. Run the myscript.pl in a new terminal (it needs to run in a terminal for it to work properly... it has photorec batch commands inside) The script should run again after it has finished running. My problem is that since the script was ran on another terminal... I think the system command instantly finished when after executing the command since the program was launched in a new terminal... just like running a separate thread. So what happens is that it runs the same script all at the same time instead of waiting for the first 1 to finish. Any help would be appreciated. :D Or maybe, is there a way to run a perl script in a terminal like environment without the terminal?
Mabuhay Civil Engineers! :D
Back to
Seekers of Perl Wisdom
|
|