Help for this page

Select Code to Download


  1. or download this
    while (my $line = $socket->getline() ) {
                         chomp $line;
                         print {$file_handle} $line;
                     }
    
  2. or download this
    foreach my $child (@hosts) {
    
    ...
                     push @children, $pid;
                 }
             }