软件包: libdata-validate-perl (0.09-1.1)
libdata-validate-perl 的相关链接
Trisquel 的资源:
下载源码包 libdata-validate-perl:
- [libdata-validate-perl_0.09-1.1.dsc]
- [libdata-validate-perl_0.09.orig.tar.gz]
- [libdata-validate-perl_0.09-1.1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- Nick Morrott
外部的资源:
- 主页 [metacpan.org]
相似软件包:
module providing common data validation routines for strings/numbers
Data::Validate 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 (e.g. is_integer(), is_hex(), is_alphanumeric()...).
Almost all functions return an untainted value if the test passes, and undef if it fails. This means that you should always check for a defined status explicitly. Don't assume the return will be true. (e.g. is_integer(0))
其他与 libdata-validate-perl 有关的软件包
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language