html::widget::constraint::length(3pm) debian man page | unix.com

Man Page: html::widget::constraint::length

Operating Environment: debian

Section: 3pm

HTML::Widget::Constraint::Length(3pm)			User Contributed Perl Documentation		     HTML::Widget::Constraint::Length(3pm)

NAME
HTML::Widget::Constraint::Length - Length Constraint
SYNOPSIS
my $c = $widget->constraint( 'Length', 'foo' ); $c->min(23); $c->max(50);
DESCRIPTION
Length Constraint.
METHODS
maximum Arguments: $max_value minimum Arguments: $min_value validate
AUTHOR
Sebastian Riedel, "sri@oook.de"
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2007-03-01 HTML::Widget::Constraint::Length(3pm)
Related Man Pages
html::widget::element::nullcontainer(3pm) - debian
html::formfu::constraint::datetime(3pm) - debian
html::formfu::constraint::dependon(3pm) - debian
html::formfu::element::requesttoken(3pm) - debian
html::formfu::role::constraint::others(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?