|
NAMECGI::Untaint::integer - validate an integerSYNOPSISmy $age = $handler->extract(-as_integer => 'age'); DESCRIPTIONThis Input Handler verifies that it is dealing with an integer. The integer can be positive or negative, but only in a basic format (i.e. a string of digits). It will not accept exponentials.AUTHORTony Bowden, <kasei@tmtm.com>.COPYRIGHTCopyright (C) 2001 Tony Bowden. All rights reserved.This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |