I've got a perl script I'd like to run. Its an infinite loop script so starting it and leaving a command prompt open simply does not work for me. I'd like to be able to include something within the script that simply backgrounds the whole process.
I've been pointed to Win32:
rocess, but that doesn't seem like it will work for me. The create process requires that you point it to an executable, and it creates the process out of that...not the perl script.
This particular project is going to use perl2exe too, so I need to keep everything contained in one file since the hosts this will be run on will not have perl installed.
Is there a standard way in Perl on Win32 to background processes or detach them from the console?
Thanks
I'll see your DMCA and raise you a First Amendment.
I've been pointed to Win32:
This particular project is going to use perl2exe too, so I need to keep everything contained in one file since the hosts this will be run on will not have perl installed.
Is there a standard way in Perl on Win32 to background processes or detach them from the console?
Thanks
I'll see your DMCA and raise you a First Amendment.