# FormValidator-Simple-Plugin-V8 **Repository Path**: mirrors_gitpan/FormValidator-Simple-Plugin-V8 ## Basic Information - **Project Name**: FormValidator-Simple-Plugin-V8 - **Description**: Read-only release history for FormValidator-Simple-Plugin-V8 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2025-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NAME FormValidator::Simple::Plugin::V8 - Enable to write validation rules in JavaScript SYNOPSIS package FormValidator::Simple::Plugin::MyRules; use FormValidator::Simple::Plugin::V8 'rules.js'; use FormValidator::Simple qw/MyRules/; my $result = FormValidator::Simple->check( ... ); DESCRIPTION FormValidator::Simple::Plugin::V8 is for commonalizing validation between client and server. API in JavaScript rule(name, func); name is validation rule name and func is function which returns true/false. AUTHOR cho45 SEE ALSO LICENSE This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.