in reply to
Spawn a New Process and detach
I think
system("program &") ;
[download]
should work. Running the program in background allows your script to continue with rest of the code.
Am I missing anything?
Thanks..
Comment on
Re: Spawn a New Process and detach
Download
Code
In Section
Seekers of Perl Wisdom