in reply to compare values within a hash
Each hash key could be a group name: group1, group2, etc. You would push 2-element arrays for each group. Once you have everything read in, you could loop through the keys, perform your comparisons on each array by 1st element, then by 2nd element, if necessary.
|
|---|