Hagbone has asked for the wisdom of the Perl Monks concerning the following question:
I'm preparing to move to some sort of global form input validation, and after searching this site, and cruising CPAN for a bit, I'm coming up with DATA::FormValidator and HTML::FormValidator as potential CPAN modules worth considering.
I'm curious if anyone has had experience with both, and would be even more interested in hearing from those who have and understanding of the difference between the two modules above.
One item I'd like the module to accommodate is relative flexibility in crafting the messages that go along with each form field that gets spit back during validation.
DATA::FormValidator has an INPUT PROFILE SPECIFICATION: "msg" that apparently deals with customizing error messages, but also includes this: "NOTE: This part of the interface is newer and may change. Use in production code at your own caution." .... HTML::FormValidator apparently doesn't have as robust (or any) error message customization ability.
Any insights would be appreciated ... maybe there's other approaches I should be considering? It seems rolling my own would not be the best use of time in this situation (*nix).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Form validation: preferred modules?
by freddo411 (Chaplain) on Dec 17, 2003 at 18:29 UTC | |
Re: Form validation: preferred modules?
by jdtoronto (Prior) on Dec 17, 2003 at 16:22 UTC | |
by bsb (Priest) on Dec 22, 2003 at 08:25 UTC | |
Re: Form validation: preferred modules?
by hanenkamp (Pilgrim) on Dec 17, 2003 at 16:17 UTC | |
Re: Form validation: preferred modules?
by bsb (Priest) on Dec 22, 2003 at 08:18 UTC |