The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

 my $submit = HTML::SuperForm::Field::Submit->new( name => 'my_submit',
                                                   default => 'Submit' );

 print $submit;

SEE ALSO

 HTML::SuperForm::Field

AUTHOR

John Allwine <jallwine86@yahoo.com>