| HTML-FormHandler-Render-Hash documentation | view source | Contained in the HTML-FormHandler-Render-Hash distribution. |
HTML::FormHandler::Render::Hash - render a form to a raw hash
Version 0.02
To render a form as a hash, use this in a form:
package My::Form::User;
with 'HTML::FormHandler::Render::Hash';
then, to render it to a template:
my $data = $form->render();
...
Michael Nachbaur, <mike at nachbaur.com>
Please report any bugs or feature requests to bug-html-formhandler-render-hash at rt.cpan.org, or through
the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=HTML-FormHandler-Render-Hash. I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc HTML::FormHandler::Render::Hash
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTML-FormHandler-Render-Hash
Copyright 2009 Michael Nachbaur.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
| HTML-FormHandler-Render-Hash documentation | view source | Contained in the HTML-FormHandler-Render-Hash distribution. |