in reply to
How do I sort something by date?
If you are using DateTime objects, then you should considered using Sort::Key::DateTime for sorting.
Comment on
Re: How do I sort something by date?
Replies are listed 'Best First'.
Re: Answer: How do I sort something by date?
by
TedPride
(Priest)
on Apr 28, 2005 at 18:18 UTC
You need to add "using DateTime" to the title. Most people will just use timestamps for sorting by date, or a fixed-length date string.
[reply]
In Section
Seekers of Perl Wisdom