in reply to Re: sql bind parameterization clarityin thread sql bind parameterization clarity
-- for postgres you can simplify that a bit by where field = any ( ? ) -- followed by $sth->execute(\@values) -- note the backslash [download]