cgi::validop::check::length(3pm) debian man page | unix.com

Man Page: cgi::validop::check::length

Operating Environment: debian

Section: 3pm

CGI::ValidOp::Check::length(3pm)			User Contributed Perl Documentation			  CGI::ValidOp::Check::length(3pm)

NAME
CGI::ValidOp::Check::length - CGI::ValidOp::Check module to check length of value
DESCRIPTION
Fails if length of value in characters is not within specified parameters. Usage: length length(0) length(0,0) Any value will pass. length(3) length(3,3) Length must exactly equal 3. length(3,0) Length must be at least 3. length(0,3) Length must be at most 3. length(3,6) Length must be between 3 and 6. length(6,3) Error; death.
AUTHOR
Randall Hansen <legless@cpan.org>
COPYRIGHT
Copyright (c) 2003-2005 Randall Hansen. All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html perl v5.10.1 2009-11-30 CGI::ValidOp::Check::length(3pm)
Related Man Pages
cgi::application::plugin::authentication::driver::filter::md5(3pm) - debian
cgi::application::plugin::authentication::driver::filter::sha1(3pm) - debian
cgi::application::plugin::dbiprofile::graph::svgtt(3pm) - debian
cgi::emulate::psgi(3pm) - debian
cgi::xml(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
Detecting unused variables...
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)?