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