1HTML::SuperForm::Field:U:sSeerleCcotn(t3r)ibuted Perl DoHcTuMmLe:n:tSautpieornForm::Field::Select(3)
2
3
4
6 HTML::SuperForm::Field::Select - Select field used by HTML::SuperForm
7
9 my $select = HTML::SuperForm::Field::Select->new( name => 'my_select',
10 values => [ 1, 2, 3, 4 ],
11 labels => { 1 => 'One',
12 2 => 'Two',
13 3 => 'Three',
14 4 => 'Four' },
15 multiple => 1);
16
17 print $select;
18
20 HTML::SuperForm::Field
21
23 John Allwine <jallwine86@yahoo.com>
24
25
26
27perl v5.30.1 2020-01-30 HTML::SuperForm::Field::Select(3)