logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CGI::Untaint::integer - validate an integer

Author

       Tony Bowden, <kasei@tmtm.com>.

Description

       This 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.

Name

       CGI::Untaint::integer - validate an integer

Synopsis

         my $age = $handler->extract(-as_integer => 'age');

See Also