Version 3.1 of CGI::Application is now available via CPAN!
Download site for CGI::Application:
http://search.cpan.org/dist/CGI-Application/
CHANGES SINCE VERSION 3.0:
- Changed dump_html default run-mode to be referenced by name
instead of sub-ref. This allows dump_html() to be overridde
Hi Keith,
The short resopnse: RTFM
The long response: `perldoc HTML::Template::Expr` returns the following bit:
CAVEATS
Currently the module forces the HTML::Template global_vars
option to be set. This will hopefully go away in a future
version, so if you need global_va
Using HTML::Template::expr, I need to set global_vars to 0. It doesn't
seem to take. Vars outside my loop are showing up inside the loop no
matter what I set global_var to. If I don't use the expr version it
works fine.
I need to use the expr version, so before I kludge a fix in my app I
wanted