FormValidator::Simple::Plugin::NetAddr::IP

FormValidator::Simple::Plugin::NetAddr::IP is a Perl module that can validate IP addresses.
Download

FormValidator::Simple::Plugin::NetAddr::IP Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Eric Hacker
  • Publisher web site:
  • http://search.cpan.org/~hacker/Agent-TCLI-0.02/lib/Agent/TCLI/Transport/Test/Testee.pm

FormValidator::Simple::Plugin::NetAddr::IP Tags


FormValidator::Simple::Plugin::NetAddr::IP Description

FormValidator::Simple::Plugin::NetAddr::IP is a Perl module that can validate IP addresses. FormValidator::Simple::Plugin::NetAddr::IP is a Perl module that can validate IP addresses.SYNOPSIS use FormValidator::Simple qw/NetAddr::IP/; my $result = FormValidator::Simple->check( $req => , ] );This module adds IP Address validation commands to FormValidator::Simple. It uses NetAddr::IP to do the validation. There are other modules that may do IP Address validation with less overhead, but NetAddr::IP was already being used in the project that this was written for.VALIDATION COMMANDSNETADDR_IP4HOSTChecks for a single IPv4 address. Address supplied must be in dotted quad or CIDR format. Does not accept DNS names.NETADDR_IP4NETChecks for a IPv4 network block. Address supplied must be in dotted quad or CIDR format. Does not accept DNS names. A /32 is accepted as a network. Requirements: · Perl


FormValidator::Simple::Plugin::NetAddr::IP Related Software