while (my @db_row = $sth->fetchrow_array) { push @my_arr, [@db_row[0..8]]; }