Help for this page

Select Code to Download


  1. or download this
    for( $x = 0; $x < 15; $x++ )
    
  2. or download this
    for( $x = 0; $x < $#ips; $x++ ) {
    
  3. or download this
    foreach( @ips ) {
       push @newips, $_->[0];
       push @attempts, $_->[1];
    }