Help for this page

Select Code to Download


  1. or download this
    192.168.17.10 was seen 148 times
    http was seen 148 times
    192.168.12.187 was seen 148 times
    ftp was seen 148 times
    
  2. or download this
    
    #!/usr/bin/perl -w
    ...
      my %saw;
      @array = grep(!$saw{$_}++, @array);
    }