in reply to Re: sorting on multiple columns using Data::Table?
in thread sorting on multiple columns using Data::Table?

Perhaps you should start by listing the various fields in the record, which you wish to sort on, which are unique, etc.

Or, if there ar enough records, you could consider sticking the information in a Sybase table, and let it worry about the sorting.

  • Comment on Re^2: sorting on multiple columns using Data::Table?