
CGI::ValidOp::Check::length - CGI::ValidOp::Check module to check length of value

Fails if length of value in characters is not within specified parameters. Usage:
Any value will pass.
Length must exactly equal 3.
Length must be at least 3.
Length must be at most 3.
Length must be between 3 and 6.
Error; death.

Randall Hansen <legless@cpan.org>

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.