While this may be peripheral to CGI::Application, I'd like to get some feedback on what others are using for form validation. I am particularly interested in documented (tested) packages, as opposed to homegrown, ad hoc solutions. (With all due respect to the hackers out there)
I have taken a look at Data::FormValidator. This module makes it possible to describe the required/optional parameters, dependencies, filters, and constraints in a separate file (metafile). I like the approach this module takes, from my experience as a programmer, it seems like this module is comprehensive. However, I am still wondering if CGI::Application people are using any other interesting modules for this purpose? -john PS I have also taken a cursory look at Params::Validate, it appears to be designed to solve a slightly different problem, parameter validation when passing parameters into methods. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
