Help for this page
use strict; use CGI; ... my $validator = new Data::FormValidator( "input_profiles.pl" ); my ( $valid, $missing, $invalid, $unknown ) = $validator->validate( $ +UnsafeData, "customer_infos" );
{ customer_infos => { ... }, } }