Man Page: html::formfu::constraint::range
Operating Environment: debian
Section: 3pm
HTML::FormFu::Constraint::Range(3pm) User Contributed Perl Documentation HTML::FormFu::Constraint::Range(3pm)NAMEHTML::FormFu::Constraint::Range - Numerical Range ConstraintSYNOPSIStype: Range min: 18 max: 35DESCRIPTIONNumerical range constraint. This constraint doesn't honour the "not()" value.METHODSminimum min If defined, the input value must be equal to or greater than this. "min" is an alias for "minimum". maximum max If defined, the input value must be equal to or less than this. "max" is an alias for "maximum".SEE ALSOIs a sub-class of, and inherits methods from HTML::FormFu::Constraint HTML::FormFuAUTHORCarl Franks "cfranks@cpan.org"LICENSEThis library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-01-23 HTML::FormFu::Constraint::Range(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Introduction |
| Weird 'find' results |
| How to copy a column of multiple files and paste into new excel file (next to column)? |