DOKK / manpages / debian 11 / libhtml-widget-perl / HTML::Widget::Constraint::Length.3pm.en
HTML::Widget::Constraint::Length(3pm) User Contributed Perl Documentation HTML::Widget::Constraint::Length(3pm)

HTML::Widget::Constraint::Length - 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.

2018-02-25 perl v5.26.1