Help for this page
my $job = Win32::Job->new; my $pid = $job->spawn(); ... $job = Win32::Job->new; $pid = $job->spawn( ... ) }