in reply to
perl mysql question
$quoted_string = $dbh->quote($string);
You may want to see
DBI
.
Comment on
Re: perl mysql question
Download
Code
In Section
Seekers of Perl Wisdom