debian man page for html::formhandler::wizard

Query: html::formhandler::wizard

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

HTML::FormHandler::Wizard(3pm)				User Contributed Perl Documentation			    HTML::FormHandler::Wizard(3pm)

NAME
HTML::FormHandler::Wizard - create a multi-page form
VERSION
version 0.40013
SYNOPSIS
This feature is EXPERIMENTAL. That means that the interface may change, and that it hasn't been fully implemented. We are actively looking for input, so if you are interested in this feature, please show up on the FormHandler mailing list or irc channel (#formhandler on irc.perl.org) to discuss. package Test::Wizard; use HTML::FormHandler::Moose; extends 'HTML::FormHandler::Wizard'; has_field 'foo'; has_field 'bar'; has_field 'zed'; has_page 'one' => ( fields => ['foo'] ); has_page 'two' => ( fields => ['bar'] ); has_page 'three' => ( fields => ['zed'] ); ... my $stash = {}; my $wizard = Test::Wizard->new( stash => $stash ); $wizard->process( params => $params );
AUTHOR
FormHandler Contributors - see HTML::FormHandler
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Gerda Shank. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-25 HTML::FormHandler::Wizard(3pm)
Related Man Pages
html::formhandler::blocks(3pm) - debian
html::formhandler::field::checkbox(3pm) - debian
html::formhandler::field::compound(3pm) - debian
html::formhandler::fields(3pm) - debian
html::formhandler::manual::fromdfv(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Detecting unused variables...
Weird 'find' results
New UNIX and Linux History Sections