in reply to Out of Memory selecting from MySQL
while (my @db_row = $sth->fetchrow_array) { push @my_arr, [@db_row[0..8]]; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Out of Memory selecting from MySQL
by BrowserUk (Patriarch) on Oct 12, 2007 at 06:11 UTC | |
by Somni (Friar) on Oct 12, 2007 at 09:10 UTC |