my $File = "perl script.pl &" my $returnValue = system($File); print "Done. ReturnValue $returnValue\r\n"; #rest of the program goes here