in reply to dbi: selectrow_arrayref
instead of:$dbh->selectrow_arrayref
right? edit: corrected the calls(?) what I use in a program of mine:selectrow_arrayref($sth)
hope this manages to give a hint in the right direction$dbh->selectrow_hashref($sql);
|
|---|