HTML::FormHandler::Render::Hash - render a form to a raw hash


HTML-FormHandler-Render-Hash documentation  | view source Contained in the HTML-FormHandler-Render-Hash distribution.

Index


NAME

Top

HTML::FormHandler::Render::Hash - render a form to a raw hash

VERSION

Top

Version 0.02

SYNOPSIS

Top

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

Top

Michael Nachbaur, <mike at nachbaur.com>

BUGS

Top

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

Top

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

http://annocpan.org/dist/HTML-FormHandler-Render-Hash

* CPAN Ratings

http://cpanratings.perl.org/d/HTML-FormHandler-Render-Hash

* Search CPAN

http://search.cpan.org/dist/HTML-FormHandler-Render-Hash/

* Source code access

http://github.com/NachoMan/HTML-FormHandler-Render-Hash/

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


HTML-FormHandler-Render-Hash documentation  | view source Contained in the HTML-FormHandler-Render-Hash distribution.