I have a hash with keys == text phrases, and values == five element arrays, eg
thishash = ( asi: [1,2,3,4,5], kvr: [60,11,24 1,0], bitt: [0,0,3,-2,5]}
I’d like to sort it in descending order on the ith (right now it’s fifth) element of the array, and then in ascending alphabetical order of the key, if necessary. How do I do that?