I have a simple hash where keys are text and values are anonymous array of numbers. I like to reverse the hash.
Making a string of numbers (from the orginal hash value) sorted and seperated by space as key and the original hash key as value. To gurantee the uniquness of the hash keys, I like to drop as Many as numbers possible from the array of numbers before forming the string of numbers.