Help for this page

Select Code to Download


  1. or download this
    s/([A-Z0-9]{5,})/$seenit{$1}++ or print "$1\n"/egi while <>;
    
  2. or download this
    s/([A-Z0-9]{5,})/$seenit{$1}++/egi while <>;
    
    ...
    for (sort {$seenit{$a} <=> $seenit{$b} or $a cmp $b} keys %seenit) {
      print "$_: $seenit{$_}\n";
    }