in reply to Re: How to remove duplicate key/value pairs in hash of array
in thread How to remove duplicate key/value pairs in hash of array
this works to remove duplicate values but if the keys are numeric it removes the lower numbered key value pairs.
how would you remove the higher key numbered key value pairs retaining the key/value pair with the lowest value key?