Search results for "module:Data::Validate::IP"
Data::Validate::IP - IPv4 and IPv6 validation methods
This module provides a number IP address validation subs that both validate and untaint their input. This includes both basic validation ("is_ipv4()" and "is_ipv6()") and special cases like checking whether an address belongs to a specific network or...
DROLSKY/Data-Validate-IP-0.31 - 28 Nov 2022 18:19:55 UTC
Data::Type - robust and extensible data- and valuetype system
A lot of CPAN modules have a common purpose: reporting if data has some "characteristics". Email::Valid is an illustrous example: reporting if a string has characteristics of an email address. The "address()" method reports this via returning 'yes' o...
MUENALAN/Data-Type-0.02.02 - 31 Dec 2009 13:48:47 UTC
Data::Semantic - Common API for data with semantics attached to them
There are various distributions on CPAN dealing with data that has semantics attached them. For example, an IP address is not just a string, but it has a format the can be checked. There is Data::Domain. It does not store the values to be tested, it ...
MARCEL/Data-Semantic-1.101620 - 11 Jun 2010 07:36:23 UTC
Data::ParseBinary - Yet Another parser for binary structures
This module is a Perl Port for PyConstructs http://construct.wikispaces.com/ This module enables writing declarations for simple and complex binary structures, parsing binary to hash/array data structure, and building binary data from hash/array data...
SEMUELF/Data-ParseBinary-0.31 - 09 Mar 2011 15:36:46 UTC
Data::Validate::Struct - Validate recursive Hash Structures
This module validates a config hash reference against a given hash structure in contrast to Data::Validate in which you have to check each value separately using certain methods. This hash could be the result of a config parser or just any hash struc...
TLINDEN/Data-Validate-Struct-0.1 - 09 Feb 2015 09:23:07 UTC
Data::Validate::Domain - Domain and host name validation
This module offers a few subroutines for validating domain and host names....
DROLSKY/Data-Validate-Domain-0.15 - 21 Aug 2021 18:21:09 UTC
Data::FormValidator::Constraints - Basic sets of constraints on input profile.
These are the builtin constraints that can be specified by name in the input profiles. Be sure to check out the SEE ALSO section for even more pre-packaged constraints you can use....
DFARRELL/Data-FormValidator-4.88 - 28 Aug 2017 12:41:42 UTC