in reply to Re^4: Multi-Dimensional Array to Hash Conversion Optimization
in thread Multi-Dimensional Array to Hash Conversion Optimization
You can then do things like $$result_ref[0]{field} the above two lines are from code running on production machine; I know it works because my pager is too quiet for it to be otherwise.my $result_ref = $l_sth->fetchall_arrayref({})
|
|---|