http://qs321.pair.com?node_id=975326

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

I created a E-commerce site. I have maintained basic rules like 1. Never trust a user information, 2. Taint checking.

Apart from this how do I make sure my perl scripts are secure and prevent database injection attacks etc...

Is there any books that I can be used to refer for adding security

Thanks