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::Reset - Reset field used by HTML::SuperForm

SYNOPSIS

 my $reset = HTML::SuperForm::Field::Reset name => 'my_reset',
                                           default => 'Reset' );

 print $reset;

SEE ALSO

 HTML::SuperForm::Field

AUTHOR

John Allwine <jallwine86@yahoo.com>