while (my @db_row = $sth->fetchrow_array) { push @my_arr, [@db_row[0..8]]; } [download]
In reply to Re: Out of Memory selecting from MySQL by Somni in thread Out of Memory selecting from MySQL by chrism01