in reply to Form validation: preferred modules?

I have not used any of these very much, but I have noted that Data::FormValidator is a successor of HTML::FormValidator and is probably a preferable choice. However, there are many more to choose from, try a search on "validate" and you will get lots of stuff. Others I know of are CGI::Untaint and Params::Validate.

  • Comment on Re: Form validation: preferred modules?