- or download this
$net="192.168.4.";
$counter=10;
...
}
$counter++;
}
- or download this
my $net = "192.168.4.";
...
...
}
}
}
- or download this
$|++;
- or download this
@array = split(" ",);
- or download this
@array = split;
- or download this
#Only grab things associated with the current searched for ip and ends
+ with .com .net and so on
if (($array[7] =~ /[com|org|net|gov|cc|mil]\/$
+/)&&($array[3] eq $ip)) {