Help for this page

Select Code to Download


  1. or download this
    # remove first three lines
    shift @ports for 1 .. 3;
    ...
    Error code, 10061
    Connected host, -
    Host, localhost
    
  2. or download this
    foreach my $key ( keys %value_of ) {
        print "$key, $value_of{ $key }\n";
    }