in reply to Search a SQL Table and Delete Records

Hi Katanya,

Good luck in your endeavors. SQL::Abstract and other SQL abstraction modules eliminate the risk of SQL injection and help make your code easier to maintain when working with databases. You could also implement a CAPTCHA using GD::SecurityImage to prevent getting spam in the first place, another great use of and way to learn perl!
  • Comment on Re: Search a SQL Table and Delete Records

Replies are listed 'Best First'.
Re^2: Search a SQL Table and Delete Records
by Katanya (Novice) on Aug 29, 2014 at 22:36 UTC

    The weird thing is I already have a CAPTCHA installed since I am using Wordpress. I just wanted to try a Perl solution instead. Still trying to work out the code.