Help for this page

Select Code to Download


  1. or download this
    
    my $i = 3; # how many simultaneous checks
    ...
            }
        }
    }
    
  2. or download this
    foreach my $remote (@iplist){
        foreach my $port (@iprange){
    ...
            }
        }
    }