in reply to problems with DBI::selectcol_arrayref
Also, selectcol_arrayref combines preparing and executing, so it is used against the database handle instead of the statement handle. For example:
$dbh->selectcol_arrayref($statement); instead of $sth->selectcol_arrayref($statement);
EEjack
|
|---|