Are you looking for the param() method of HTML::Form? The POD for HTML::Form says this about the param() method:
$form->param( $name, \@values )If called without arguments then it returns the names of all the inputs in the form. The names will not repeat even if multiple inputs have the same name. In scalar context the number of different names is returned.
There is also an inputs() method, which in list context does just about the same thing, returning names.
Dave
In reply to Re: HTML::Form - Getting what is seen not the value..
by davido
in thread HTML::Form - Getting what is seen not the value..
by Rhodium
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |