in reply to sort hash based on values
I can tell you the way how you have to do this.
1) Traverse in Hash.
2) derefrence the value since that is array reference.
3) then sort the array using sort function
sort @$value
derefrenceing
4) then you do the rest as per your requirement
|
|---|