in reply to launching external program with SYSTEM causes script to hang until program closed
How do I start a process in the background?Several modules can start other processes that do not lock your Perl program. You can use IPC::Open3, Parallel::Jobs, IPC::Run, and some of the POE modules. See CPAN for more details.
You could also use
or you could use fork as documented in "fork" in perlfunc, with further examples in perlipc.system("cmd &")
Open source softwares? Share and enjoy. Make profit from them if you can. Yet, share and enjoy!
|
|---|