use strict; use warnings; print "Before background process start \n"; system("foo.pl","&"); #system("foo.pl & "); print "After background process start "; #### use strict; use warnings; sleep(100);