Help for this page

Select Code to Download


  1. or download this
    constraints => {
        customer_name => {
            params => [ qw/ customer_name email age / ],
    ...
            }
        }
    }
    
  2. or download this
    package Customer::Handler;
    
    sub new {
    ...
    }
    
    1;