Help for this page

Select Code to Download


  1. or download this
    # testparent.pl
    
    ...
    my $bytes_read = sysread($child_socket, $buf, 1024);
    print $buf, "\n";
    exit 0;
    
  2. or download this
    # testchild.pl
    
    ...
    
    exit 0;