a Perl Moose HTML form handler
Perl
Clone or download
Pull request Compare This branch is 5 commits ahead, 717 commits behind gshank:master.
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= lib/HTML
carview.php?tsp= share/templates
carview.php?tsp= t
carview.php?tsp= .gitignore
carview.php?tsp= .perltidyrc
carview.php?tsp= Changes
carview.php?tsp= MANIFEST.SKIP
carview.php?tsp= Makefile.PL
carview.php?tsp= README
carview.php?tsp= TODO
carview.php?tsp= dev_notes.txt

README

HTML::FormHandler
This package is a Moose form handler, based on Form::Processor.
Create Perl form classes, define fields, retrieve and save to the
database...
INSTALLATION
To install this module, run the following commands:
        perl Makefile.PL
        make
        make test
        make install
EXAMPLE
The test directory contains an example Catalyst application.
Execute it by executing 't/script/bookdb_server.pl' from the
distribution root directory.
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
    perldoc HTML::FormHandler::Manual
    perldoc HTML::FormHandler::Info
    perldoc HTML::FormHandler::Tutorial
    perldoc HTML::FormHandler
    perldoc HTML::FormHandler::Model::DBIC
    perldoc HTML::FormHandler::Field
COPYRIGHT AND LICENCE
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.