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.
Comment on
Re: Re: Mysql module
Download
Code
In Section
Seekers of Perl Wisdom