Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

RFC: Constraints and Filters API for FormHandler

by zby (Vicar)
on Apr 17, 2009 at 09:23 UTC ( [id://758148]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      package Test::Form;
    
    ...
      has_field 'date_time.year';
      has_field 'date_time.month';
      has_field 'date_time.day';
    
  2. or download this
    has_constraint 'contains_aaa' => ( qr/aaa/, 'Must contain aaa' );
    
  3. or download this
    package Test::Form;
    
       use HTML::FormHandler::Moose;
    ...
       has_field 'date_time.year';
       has_field 'date_time.month';
       has_field 'date_time.day';
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://758148]
Front-paged by Arunbear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-19 05:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found