Help for this page
use strict; use warnings; ... system("foo.pl","&"); #system("foo.pl & "); print "After background process start ";
use strict; use warnings; sleep(100);