http://qs1969.pair.com?node_id=718522


in reply to Re: Trying to remove duplicate rows using hashes
in thread Trying to remove duplicate rows using hashes

Thanks for all your help so far. Much appreciated.

As regards to the print out - you mean I have to use some kind of sort function if I want it looking like my example?

  • Comment on Re^2: Trying to remove duplicate rows using hashes

Replies are listed 'Best First'.
Re^3: Trying to remove duplicate rows using hashes
by kyle (Abbot) on Oct 21, 2008 at 15:58 UTC

    Yes, you could sort them before you output them, or you can sort them separately in another process. The UNIX sort command is very effective for tabular data such as yours.