9eacfa6b4b
created without arguments (i.e. [% USE form = HTML.SuperForm %]), the Template's stash is searched for an Apache object or a CGI object to pass to HTML::SuperForm's constructor. When created with arguments (i.e. [% USE form = HTML.SuperForm(arg) %]), the arguments are passed to HTML::SuperForm's constructor. A dep for www/p5-Gantry Reported by: Cezary Morga <cm@therek.net>
7 lines
392 B
Text
7 lines
392 B
Text
This is an interface into HTML::SuperForm through the Template Toolkit. When
|
|
created without arguments (i.e. [% USE form = HTML.SuperForm %]), the
|
|
Template's stash is searched for an Apache object or a CGI object to pass to
|
|
HTML::SuperForm's constructor.
|
|
|
|
When created with arguments (i.e. [% USE form = HTML.SuperForm(arg) %]),
|
|
the arguments are passed to HTML::SuperForm's constructor.
|