Help for this page
-> parent executes count ... -> grandchild executes end of script <- grandchild exits
my $PID = fork(); ... # in the child process }
#!/usr/bin/perl ... } print "Parent Script Finished!\n";