Help for this page

Select Code to Download


  1. or download this
    prompt> perl source.pl &
    
  2. or download this
    use strict;
    
    fork() and exit(0);
    
    print "Now in the child process\n";