The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

HTML::FormHandler::Field::IntRange - Select an integer range in a select list

DESCRIPTION

This field generates a select list of numbers from 1 to 10. The range can be overridden in the constructor:

age => {
type => 'IntRange',
range_start => 0,
range_end => 100,
},

Widget type is 'select'.

AUTHORS

Gerda Shank

COPYRIGHT

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.