B
Brad
I have a hash like this:
$HASH{'key'}{'date'} = some date
$HASH{'key'}{'status'} = some status
I'd like to sort and display this by date:
key | date | status
I cannot seem to find any references to sorting this type of hash in this
way. I need some assistance finding some documentation, or a copy/paste of
the code for this type of sort.
Thanks for any help,
Brad
$HASH{'key'}{'date'} = some date
$HASH{'key'}{'status'} = some status
I'd like to sort and display this by date:
key | date | status
I cannot seem to find any references to sorting this type of hash in this
way. I need some assistance finding some documentation, or a copy/paste of
the code for this type of sort.
Thanks for any help,
Brad