Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        $body = 1 if ($line=~/Connection: close/i);
    }
    close($socket);
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    } else {
        &false;
    }
    
  3. or download this
    $| = 1;
    
  4. or download this
    my @output = <$sock>;
    
  5. or download this
    $output = join('', @output);