in reply to AoH refs for setting HTML::Template loops
while ($p=$sth->fetchrow_hashref) { push(@arr,{ # create anonymous hash aleph=>$p->{foo}, bet=>something($p->{bar}), baz=>"etc"}); } [download]