in reply to Web Application Development with Form Validation

I recommend CGI-Application-Plugin-ValidateRM.
  • Comment on Re: Web Application Development with Form Validation

Replies are listed 'Best First'.
Re^2: Web Application Development with Form Validation
by Herkum (Parson) on Feb 04, 2008 at 21:35 UTC

    To build on perrin's post, the actual module he refers to is Data::FormValidator. It can be hard to learn if you don't know object oriented programming or understand closures. However, once you learned how to use it I found that it is one of the best Form validation tools around.

      It is Data::FormValidator, but it's more than that. The way re-displaying the form with the data still filled is handled is the thing that made me recommend it as an answer for this question.