HTML::Widget::Constraint::In.3pm

Langue: en

Autres versions - même langue

Version: 2007-03-01 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

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.