http://www.perlmonks.org?node_id=1003675


in reply to Counting the number of times several strings appear

I would read the file in to a database. Then do distinct counts on each entry. This gives you the ability to do long term tracking as well as spot tracking to better refine you process or track errors
  • Comment on Re: Counting the number of times several strings appear