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

# Not meant to be used directly

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_numCheck that field holds a number.
is_greater valueCheck that field is greater than supplied value.
The following standard patching routines are provided:
float2intRemoves fractional part of number.

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