in reply to Re^4: Perl/SQL syntax error
in thread Perl/SQL syntax error

Hi,
Why don't you use quote() function ?
my $quotedString = $dbh->quote( $string );

- Raja