in reply to Re: HTML::FormHandler validate_form method
in thread HTML::FormHandler validate_form method

I made an edit to the bottom of the post with the problem/solution. The documentation said to use:
$self->params('affiliates')
when it should have been:
$self->params->{affiliates}
I got HTML::FormHandler's IRC channel and informed them and they have now corrected the documentation.

Replies are listed 'Best First'.
Re^3: HTML::FormHandler validate_form method
by actualize (Monk) on Apr 08, 2010 at 18:25 UTC
      hobbs patched it already.