Anita has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on How to insert the text written in textarea tag in mysql database in perl.

Replies are listed 'Best First'.
Re: How to insert the text written in textarea tag in mysql database in perl.
by Corion (Patriarch) on Jun 27, 2012 at 12:03 UTC

    Use placeholders, or properly build your SQL insert statement. I recommend placeholders, as documented in DBI.

      I have used place holders.

        As you did not show any relevant code, and also did not explain where your problem is with your existing code, how was I supposed to know?

        Maybe now is a good moment to post the relevant code, the relevant input data and the relevant results you get in the database. Also maybe explain now where the problem is, what you expect and what you get.