in reply to can't use string as hash ref
note the back slash, dereferencing the hash reference. there are examples of fetch loop processing code using the fetchall_hashref on the web and in the documentation for DBI.my $column1value = \$result_hash{'col1'};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: can't use string as hash ref
by chromatic (Archbishop) on Oct 25, 2010 at 19:37 UTC |