in reply to Backgrounding a Program
or with perlprompt> perl source.pl &
The perl example is a little hackish, but there's plenty of documentation about to explain it all.use strict; fork() and exit(0); print "Now in the child process\n";
broquaint
|
|---|