I need to kick off a .pl or .exe from another perl script and have it run in the background...while continuing on with the current script. The only "special" thing I need to do is to give the new process a specific name.
I found Proc::Forking on CPAN...which is REALLY close to what I need. However, that appears to only working on functions and not other scripts/exes.
Any ideas? Thanks in advance!
I found Proc::Forking on CPAN...which is REALLY close to what I need. However, that appears to only working on functions and not other scripts/exes.
Any ideas? Thanks in advance!