7 lines
312 B
Text
7 lines
312 B
Text
|
This module collects common validation routines to make input validation,
|
||
|
and untainting easier and more readable. Most of the functions are not
|
||
|
much shorter than their direct perl equivalent, but their names make it
|
||
|
clear what you're trying to test for.
|
||
|
|
||
|
WWW: http://search.cpan.org/~sonnen/Data-Validate-0.08/
|