![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re^3: Sorting Datesby gjb (Vicar) |
on Nov 24, 2005 at 11:11 UTC ( #511404=note: print w/replies, xml ) | Need Help?? |
This doesn't sort the hash, it only converts the date from D/M/YYYY to YYYY/MM/DD so that it can be used as a key in your %datecount hash. This hash can be sorted the way you do it in your code fragment. As to qw: It returns a list of words without doing interpolation on them. It is just a convenient way of writing:
Hope this helps, -gjb-
In Section
Seekers of Perl Wisdom
|
|