Help for this page
#!/usr/bin/env perl ... print "Parent process is $$: Child is $pid\n"; print "Exiting Parent\n"; exit 0;