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

Hi,


I need to insert HTML-data into a table (TEXT), and probably needs to use a parameterized insert to not break the query.
Any idea on how you can do this in the best possible way in perl ?

Database: mysql
HTML: webpages

Thanks :)
  • Comment on Database: parameterized queries in Perl ????

Replies are listed 'Best First'.
Re: Database: parameterized queries in Perl ????
by Corion (Patriarch) on May 27, 2009 at 09:10 UTC
      Thanks ! I reconed that was the best way, but wanted feedback from the PRO's :) Thanks :)