$dbh->quote() converts an arbitrary string into a SQL literals. If you already have SQL statements as you say, you shouldn't have any need for quote.
If the problem is that you're trying to dynamically build those SQL statements in the first place, then you can look at the MySQL docs to see how it expects its string literals are quoted, or you can lift the code from DBD::MySQL (license permitting).
In reply to Re: Perl + DBI + mysql - Escaping Strings
by ikegami
in thread Perl + DBI + mysql - Escaping Strings
by ayapejian
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |