Help for this page

Select Code to Download


  1. or download this
    #!/bin/perl -w
    
    ...
            print "CHILD --" . "\n";
    }
    print "PID - $pid , MAIN PRG --" . "\n";
    
  2. or download this
    PARENT --
    CHILD --
    PID - 0 , MAIN PRG --
    -- PARENT
    PID - 53784 , MAIN PRG --