in reply to Getting Record Set via DBI into an Array of Arrays
You will learn some amazing shortcuts:
my $data = $dbh->selectall_arrayref($stmt, {Slice => {}});
|
|---|
| 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:09 UTC |