Possible Duplicate:
How can I fire and forget a process in Perl?
How can i make a non blocking systems call in perl
I want to do it on windows .
system($cmd)
I am trying to run this system command
system($cmd) ;
Possible Duplicate:
How can I fire and forget a process in Perl?
How can i make a non blocking systems call in perl
I want to do it on windows .
system($cmd)
I am trying to run this system command
system($cmd) ;