my @array = (); while(my $row = $sth->fetchrow_arrayref) { push @array, $row; }