Hi Everyone,
I'm new to Perl, please bare with me. Am trying to write a perl program that checks to see if a certain process is running, if the process is "not" running I want to start it. This piece am able to do. The issue is that the command has to run inside of a Dos, so when the command is executed the command windows has to be left open. Is there a way to do this with Perl? if so, could someone please let me know?
Thanks!