http://qs321.pair.com?node_id=242323


in reply to Re: Mysql module
in thread Mysql module

You are not escaping some meta characters in your $var. Do a  $var = $dbh->quote($var); before you build the SQL. See my earlier post.