monkini: The critical thing to remember here is that a so-called "array of hashes" (an @AoH) is actually an array of hash references, i.e., every element is already a hash reference. You may as well use those references as such in a Perl-style for-loop as shown by Laurent_R (although I would have used the arrow de-referencing notation $hashref->{$_} instead of the $$hashref{$_} form).
In reply to Re^2: Dereferencing array of hashes
by AnomalousMonk
in thread Dereferencing array of hashes
by monkini
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |