my $rows; while (my $row = $sth->fetchrow_hashref('NAME_uc')) { push @$rows, {%$row}; }