in reply to Database: parameterized queries in Perl ????

Just use DBI, with placeholders. Also see What are placeholders in DBI, and why would I want to use them?.

  • Comment on Re: Database: parameterized queries in Perl ????

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