in reply to selectall_hashref

try while ( ($k,$v) = each %$data_all ) {

Replies are listed 'Best First'.
Re^2: selectall_hashref
by mnlight (Scribe) on Jan 04, 2006 at 23:22 UTC
    Still not working.
    If I remove the second parameter selectall_hashref($sql) I recieve this error
    "Bad index while coercing array"
    With a second parm, either col location or col name I get the original error.