Help for this page

Select Code to Download


  1. or download this
    $net="192.168.4.";
    $counter=10;
    ...
                    }
            $counter++;
            }
    
  2. or download this
    my $net = "192.168.4.";
    ...
    ...
                            }
                    }
            }
    
  3. or download this
                    $|++;
    
  4. or download this
                            @array = split(" ",);
    
  5. or download this
                            @array = split;
    
  6. 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)) {