Help for this page

Select Code to Download


  1. or download this
    use Class::CGI
        profiles => $profile_file,
        required => [qw/customer order email/];
    
  2. or download this
    use Class::CGI
        handlers => {
          customer => 'Handler::Customer',
    ...
          email    => 'Class::CGI::Email::Valid',
          phone    => 'Class::CGI::Phone::Number',
        required => [qw/customer order email/];