http://www.perlmonks.org?node_id=667251


in reply to Re: Can a DBI Placeholder accept multiple values?
in thread Can a DBI Placeholder accept multiple values?

No, this is not correct; DBI documentation says that execute_array Execute the prepared statement once for each parameter tuple.

Ciao, Valerio