in reply to Re^3: Sort a 2D array based on 2 columns
in thread Sort a 2D array based on 2 columns

How is this a great (or even good) solution? Sorting within perl is easier to read, understand, and is less code. It also doesn't require forking another process just to do something so simple as sorting.
  • Comment on Re^4: Sort a 2D array based on 2 columns