Help for this page

Select Code to Download


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