Contentment::Form

Contentment::Form is a Perl module with a forms API for contentment.
Download

Contentment::Form Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Andrew Sterling Hanenkamp
  • Publisher web site:
  • http://search.cpan.org/~hanenkamp/File-System-1.16/lib/File/System.pm

Contentment::Form Tags


Contentment::Form Description

Contentment::Form is a Perl module with a forms API for contentment. Contentment::Form is a Perl module with a forms API for contentment.SYNOPSIS # Typically, you want a two part Perl-script. The first part sets up the form # definition and initial data. The second is a template for rendering. my $template = define({ name => 'Contentment::Security::Manager::login_form', method => 'POST', action => 'Contentment::Security::Manager::process_login_form', activate => 1, template => , widgets => , }); if ($form->submission->is_finished) { $context->response->redirect('index.html')->generate; } else { print $form->render; } Requirements: · Perl


Contentment::Form Related Software