cba6ea0220
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 (and are much longer in some cases), but their names make it clear what you're trying to test for. ok jasper@
6 lines
292 B
Plaintext
6 lines
292 B
Plaintext
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
|
|
(and are much longer in some cases), but their names make it clear
|
|
what you're trying to test for.
|