in reply to The repetitive task of form data verification

A module I use and recommend very highly is HTML::FormValidator. It allows you to define a ruleset in a very similar fashion to yours. A bonus is that you can define rules for various "types" of data, then load these definition files at run-time. For example, this allows you to define an object (like a person) a single time, then re-use that definition in future projects.

  • Comment on (dkubb) Re: (2) The repetitive task of form data verification

Replies are listed 'Best First'.
Re: (dkubb) Re: (2) The repetitive task of form data verification
by BMaximus (Chaplain) on Mar 19, 2001 at 11:05 UTC
    Thank you dkubb. I'll look in to it. I did search around CPAN for something like this. However it seems to have eluded me for some reason. I guess its all those late nights up till 4am.
    BMaximus