The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

HTML::SuperForm::Field::Hidden - Hidden field used by HTML::SuperForm

SYNOPSIS

 my $hidden = HTML::SuperForm::Field::Hidden->new( name => 'my_hidden',
                                                   default => 'value' );

 print $hidden;

SEE ALSO

 HTML::SuperForm::Field

AUTHOR

John Allwine <jallwine86@yahoo.com>