Help for this page

Select Code to Download


  1. or download this
    foreach my $thisItem (@newarray){
      print Dumper $thisItem;
    ...
      printf qq{type: %s\n}, $thisItem->type;
      exit;
    }
    
  2. or download this
    INPUTS
    $VAR1 = bless( {
    ...
    }, 'HTML::Form::TextInput' );
    
    type: hidden