http://www.perlmonks.org?node_id=527841


in reply to perl SQL injection prevent module

If you use DBI, for your SQL needs in Perl, then you can use one of the features of DBI, placeholders and bind values.

While it won't check that the input you've specified is correct, it can help you avoid a good deal of issues concerning SQL injection and related attacks.