NAME
HTML::FormHandler::Render::Hash - render a form to a raw hash
VERSION
Version 0.02
SYNOPSIS
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();
...
AUTHOR
Michael Nachbaur, <mike at nachbaur.com>
BUGS
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.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc HTML::FormHandler::Render::Hash
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTML-FormHandler-Render-Hash
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
Source code access
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
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.