Help for this page

Select Code to Download


  1. or download this
    use strict;
       use warnings;
    ...
             print "$proto $_ is not open ($porthash{$proto}->{$_}->{name}
    +) if !$porthash{$proto}->{$_}->{open};
          }
       }
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
      chomp;
      system("telnet  $_");  ### get return status here??
    }