in reply to
Asynchronous Program Spawning
or you can use
system("your_program &");
with "&" to run the program in background... in linux system...
Comment on
Re: Asynchronous Program Spawning
Download
Code
In Section
Seekers of Perl Wisdom