in reply to Hash Profile

Anonymous Monk:
Use the keys keyword and you now have a list of the keys in the hash. This list will be in no particular order. (values will give you the values.) Now, just use whatever favorite method you have to find the min, max, and avg from an list. (You do know how to find the min, max, and avg from a list, right?)