in reply to Form Validation and Untainting

For the very simple tasks, I usually loop over a hash of 'field name' => 'quoted regex' pairs. All of the regexes are positive assertions. A variation on that would be a making a dispatch hash in the same form.

I've used Data::FormValidator once, but I didn't like the feel of it, so I'll be watching to see the replies you get. =)

mhoward - at - hattmoward.org