... #push the data onto our results while ( my $resultRowRef = $sth->fetchrow_hashref() ) { push (@$result, \{ OBJECT => $resultRowRef->{ATTRNAME}, OBJECTATTRIB => $resultRowRef->{ATTRNAME2} }); } ...