in reply to DBI Array of Hashes... simpler way?
On a side note, your code will likely fail because (from DBI):
Note that the same array reference is returned for each fetch, so don't store the reference and then use it after a later fetch. Also, the elements of the array are also reused for each row, so take care if you want to take a reference to an element. See also "bind_columns".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBI Array of Hashes... simpler way?
by ruzam (Curate) on Aug 25, 2009 at 04:09 UTC |