Help for this page
#!/usr/local/bin/perl # parent code ... print "child: $$, ", getpgrp, "\n"; sleep( 3 ); }