Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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