I have several hashes, %a %b %c etc.
Each of these hashes contain the same keys, but different values. I need to compare the values within %a to other values within %a, and the values within %b in the same manner. I have tried for %x(%a,%b,%c), yet this does not work.
Is it possible to loop over a block of code using a list of hashes, and if so, how?