I would like to validate http post (html form) data.
I've had a quick look at CGI::Validate (which seems quite dated) and CGI::Ex::Validate (which looks quite nice).
Before I spend several hours learning the chosen module and how I can implement it in my code, can anyone recommend which one I should use or, if there are other perhaps better ones out there ?
I will be processing input that will be going to an SQL database and I am aware of the dangers of injection and XSS.