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. Override the range_start and range_end for a select list with a different range.
has_field '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.