Help for this page

Select Code to Download


  1. or download this
    hostname1.com
    Gateway FAIL
    hostname2.com
    Gateway FAIL
    
  2. or download this
    print $line, "\n\n";
    
  3. or download this
    print $line, "\n";
    
  4. or download this
    my $last;
    while (my $line = <$fh>) {
    ...
        print $line, "\n";
        $last = $line;
    }