foreach $key (@keys) { $sth->execute($key); $columns_ref=[@{$sth->fetchrow_arrayref()}]; push(@entries, $columns_ref); }