HTML::Widget::Constraint::In(3pm) | User Contributed Perl Documentation | HTML::Widget::Constraint::In(3pm) |
HTML::Widget::Constraint::In - Check that a value is one of a current set.
$widget->constraint( In => "foo" )->in(qw/possible values/);
Arguments: @values
A list of valid values for that element.
2018-02-25 | perl v5.26.1 |