in reply to Re: Web Application Development with Form Validation
in thread Web Application Development with Form Validation

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.

  • Comment on Re^2: Web Application Development with Form Validation

Replies are listed 'Best First'.
Re^3: Web Application Development with Form Validation
by perrin (Chancellor) on Feb 05, 2008 at 03:54 UTC
    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.