Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
      {
      die "$! on fork";
      }
    
  2. or download this
    PARENT: Going to transfer line -- 1 --
    CHILD: Received line -- 1 --
    ...
    PARENT: closed writer, waiting for child to exit
    CHILD: exiting
    PARENT: exiting