in reply to Getting Record Set via DBI into an Array of Arrays
my @data = @{ fetchall_arrayref() };
to get the recordset as an array containing arrayrefs of rows. See DBI.
|
|---|
| 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 14:03 UTC |