Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
        }
        return $cid;    #ship back the child id
    }
    
  2. or download this
    [33] rk110759@sunray22: test.pl
    Hello before fork
    ...
    hello from after fork.  I have forked 2 child processes.
    i'm waiting on 15095
    hello from after fork.  I have forked 2 child processes.