My hash has keys that are dates in "ddmmmyyyy" format (21Jul2001).

I would like to sort the hash by date.

So as I understand it:
  
  keys %dates

should return an array with the dates in.  I can't sort that directly as it is a date, 
so I was thinking that I could split the date out and timelocal the result and sort on 
that.

However, I need to do all that inline in the sort as far as I can see, and that is 
just a little more than my newbie Perl brain can get together.

Can anyone else?



------------------------------------------------
Global WebMail -
  Delivered by Global Internet www.global.net.uk
------------------------------------------------



Reply via email to