Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: How do I code multiple failure modes for Data::FormValidator field validations?

by trwww (Priest)
on Nov 15, 2010 at 23:37 UTC ( [id://871607]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    our $profile = {
      filters  => ['trim'],
    ...
        }
      },
    };
    
  2. or download this
    use warnings;
    use strict;
    ...
    
    ok($results->success, 'data is valid');
    
  3. or download this
    
    $ prove -v test.pl 
    ...
    Files=1, Tests=15,  1 wallclock secs ( 0.03 usr  0.01 sys +  0.04 cusr
    +  0.00 csys =  0.08 CPU)
    Result: PASS
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://871607]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-25 07:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found