in reply to Getting Record Set via DBI into an Array of Arrays
my @bong; while (@data = $sth->fetchrow_array()){ push @bong, \@data; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Getting Record Set via DBI into an Array of Arrays
by ikegami (Patriarch) on Apr 13, 2009 at 07:11 UTC |