sleep5.pl: #!/usr/bin/perl use strict; sleep 5; exit; nowin.pl: #!/usr/bin/perl use strict; `start /b sleep5.pl`; exit;