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

The best way to sort data from a database is to let the database do the sorting.

Anyway, there are several modules from CPAN that allow to create multifield sorters on the fly as for instance Sort::Key/Sort::Key::Maker and Sort::Maker.

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