in reply to Re^4: Perl/SQL syntax errorin thread Perl/SQL syntax error
my $quotedString = $dbh->quote( $string ); [download]