Help for this page
print "process id: $$\n"; my $pid = fork; ... } print "Child process id is: $pid\n"; while(1) {sleep(5)}
use POSIX; ... } } }