![]() |
|
Do you know where your variables are? | |
PerlMonks |
Sort Hash array using dateby madtoperl (Hermit) |
on Jan 15, 2009 at 16:24 UTC ( #736578=perlquestion: print w/replies, xml ) | Need Help?? |
madtoperl has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks, I want to get the output of this hash array sorted by date. Input for the hasharray $dateOut = "2008-12-05"; $dSec = 0; $dMin=5; $dHour=9; $dateOut = "2008-12-03"; $dSec = 2; $dMin=8; $dHour=5; $dateOut = "2008-12-04"; $dSec = 0; $dMin=5; $dHour=8; This is the part of code, Could any of you please help me to display the hash data sorted by date? Thanks, madtoperl
Back to
Seekers of Perl Wisdom
|
|