in reply to Sorting Question

Two possibilities for sorting:

  1. Lookup how your database does SORT in SQL
  2. Load all the data into an array and sort it from within Perl (which will take more memory)

For formatting the dates, I prefer the DateTime family of modules.

"There is no shame in being self-taught, only in not trying to learn in the first place." -- Atrus, Myst: The Book of D'ni.