... The problem I am having is when I try to access the properties of the object ... HTML::Form::ListInput
Why not use the api of HTML::Form?
if( my $FileName = $form->find_input('FileName') ){ my @vals = sort $FileName->possible_values ; $FileName->value( $vals[-1] ); }
https://metacpan.org/pod/HTML::Form::ListInput#input-form-find_input-selector, https://metacpan.org/pod/HTML::Form::ListInput#value-input-value, https://metacpan.org/pod/HTML::Form::ListInput#input-possible_values
In reply to Re: HTML::Form and reading radio button values
by Anonymous Monk
in thread HTML::Form and reading radio button values
by aikiPupil
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |