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

HTML::Widget::Constraint::In - Check that a value is one of a current set.

SYNOPSIS

    $widget->constraint( In => "foo" )->in(qw/possible values/);

DESCRIPTION

METHODS

validate

in

Arguments: @values

A list of valid values for that element.