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