in reply to Re: Problem pushing hashref resultsin thread Problem pushing hashref results
while (my $resultRowRef = $sth->fetchrow_hashref) { my %attrHash = %$resultRowRef; push @$result, \%attrHash; } [download]