HTML::Widget::Constraint::Length
Length Constraint
- Provided by: libhtml-widget-perl (Version: 1.11-5)
- Report a bug
Length Constraint
my $c = $widget->constraint( 'Length', 'foo' );
$c->min(23);
$c->max(50);
Length Constraint.
Arguments: $max_value
Arguments: $min_value
Sebastian Riedel, "sri@oook.de"
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.