in reply to for each unique value in a column find the max value..need perl script

You've "been trying for a long time now", so what did you try and what didn't work? This community is happy to help debug, but we are not a code-writing service.

I would in particular point out Text::CSV for parsing the file and Relational Operators and Foreach Loops for processing.

  • Comment on Re: for each unique value in a column find the max value..need perl script