Help for this page

Select Code to Download


  1. or download this
    my %count;
    while (<>) {
      chomp($_);
      $count{substr($_, 9)}++;
    }