Help for this page

Select Code to Download


  1. or download this
     my_zipcode_field => [
         'zip',
    ...
           name        =>  'starts_with_406',
         }
     ],
    
  2. or download this
                     ccexpiry => [
                              'ccexp',
                              {
    ...
                               name => 'card_expired'
                              }
                              ],
    
  3. or download this
    [Thu Jan 31 15:58:27 2013] [error] [client 127.0.0.1] Value for constraint_method 'ccexp' not a code reference or Regexp . Do you need func(), not 'func'? at C:/Perl64/site/lib/Data/FormValidator.pm line 974., referer: http://localhost:9080/test.dfv.html
  4. or download this
    use Business::CreditCard;
    use Business::CCCheck;
    use Data::FormValidator;
    use Data::FormValidator::Constraints qw(:closures);
    use Data::FormValidator::Constraints::DateTime qw(:all);