in reply to Perl + DBI + mysql - Escaping Strings

Full SQL statements don't need to be quoted, because the string literals in them are already quoted.

But I think you need to explain a bit more what you're trying to achieve.

  • Comment on Re: Perl + DBI + mysql - Escaping Strings