in reply to Re: I was told to use DBI::selectrow_array... but it doesn't support placeholders
in thread I was told to use DBI::selectrow_array... but it doesn't support placeholders
It works fine with placeholders. The only caveat is to not call it in scalar context as its behavior is undefined. If returning a single value, use parens around the scalar.
Cheers,
Ovid
New address of my CGI Course.
|
|---|