[html-formfu] behaviour of $form->param_value

Hailin Hu i at h2l.name
Wed Dec 19 01:20:24 GMT 2012


In the doc:

param_value
If the value is invalid or the form was not submitted, it returns undef.

But in the source code:

sub param_value {
    # ignore $form->valid($name) and $form->submitted

So, which one is expected?



More information about the HTML-FormFu mailing list