
FishMonger
Veteran
Apr 15, 2009, 6:26 AM
Post #2 of 2
(2767 views)
|
|
Re: [KeyCode] $row = $select->fetchrow_hashref
[In reply to]
|
Can't Post
|
|
It is possible, but not supported in the current version of the DBI module. It's only 1 additional simple/short line to take the hash ref and assign/copy it to a plain hash. my %row = %$row;
(This post was edited by FishMonger on Apr 15, 2009, 6:27 AM)
|