in reply to
Re^2: Preventing MySQL Injection
in thread
Preventing MySQL Injection
You should use it where possible, since it greatly reduces the (error prone) task to keep track of which variables contain "trusted" data, and which doesn't.
Comment on
Re^3: Preventing MySQL Injection
In Section
Seekers of Perl Wisdom