Arrays of Hashes are very popular to Perl-Programmers, especially to those who use
. If you populate an AoH using a database query, you'll receive a bunch of hashes that contains always the same keys. That's somehow odd. Is there a way to handle each row like an hash without adding all those unnecessary keys to them?