The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CGI::MxScreen::Form::Utils - Standard validation & patching routines

SYNOPSIS

 # Not meant to be used directly

DESCRIPTION

This module is the standard namespace for validation and patching routines. See CGI::MxScreen::Form::Field to learn how to link such routines to fields.

The following standard validation routines are provided:

is_num

Check that field holds a number.

is_greater value

Check that field is greater than supplied value.

The following standard patching routines are provided:

float2int

Removes fractional part of number.

AUTHORS

Raphael Manfredi <Raphael_Manfredi@pobox.com> and Christophe Dehaudt <Christophe.Dehaudt@teamlog.fr>.

SEE ALSO

CGI::MxScreen::Form::Field(3).