http://www.perlmonks.org?node_id=663081

spx2 has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

I am building an application in Linux and starting
background processes like this system("perl stuff.pl &").
I am thinking about porting all of it to Windows.
Does Windows have this option of launching processes in background.
How would you do this ?
Thank you