Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print $parent "exit now\r\n\r";
    print "parent going to wait\n";
    waitpid($pid, 0);
    
  2. or download this
    parent going to wait
    child waiting