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


in reply to Re^3: DBI variable argument count
in thread DBI variable argument count

Hi anothersmurf,

A quick search of the MySQL documentation came up with http://dev.mysql.com/doc/refman/5.6/en/regexp.html. If you're using the REGEXP operator, you want your strings to look like regular expressions. Does something like

$sth->execute("001", ".*duckman.*", ".*google.com");
work in your code (untested and what have you)?