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

Contentment::Form::Widget::Select - HTML Select widget processor

DESCRIPTION

The behavior of this processor depends on whether the select box allows for multiselect or not. If it allows for multiselect, then the processed value (named after the select box widget) will be set to a reference to an array containing zero or more selected values. If it doesn't allow multiselect, this will be a scalar containing the selected value (or undef).

AUTHOR

Andrew Sterling Hanenkamp, <hanenkamp@users.sourceforge.net>

COPYRIGHT AND LICENSE

Copyright 2005 Andrew Sterling Hanenkamp. All Rights Reserved.

Contentment is distributed and licensed under the same terms as Perl itself.