http://qs321.pair.com?node_id=669914


in reply to Form Validation Ideas

You want a module like Data::FormValidator.

And you don't need to transfer the params to variables before you test them, if that's what you meant by this:

$blah = param('whatever');
to validate your params, you can just do
if( param('whatever') ne '' ){ # error code here }


Nobody says perl looks like line-noise any more
kids today don't know what line-noise IS ...