Help for this page

Select Code to Download


  1. or download this
    $VAR1 = bless( {
                     'type' => 'radio',
    ...
                     'name' => 'FileName',
                     '/' => '/'
                   }, 'HTML::Form::ListInput' );
    
  2. or download this
    $VAR1 = 'HASH(0x7fd53685e830)';
    $VAR2 = undef;
    
  3. or download this
    for my $input ($form->inputs) {
        if (q{FileName} eq $input->{name}){
    ...
            #}    
        }      
    }