[htmltmpl] ANNOUNCE: CGI::Application 3.1

2003-06-03 Thread Jesse Erlbaum
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

Re: [htmltmpl] HTML::Template::expr and global_vars

2003-06-03 Thread Joel
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

[htmltmpl] HTML::Template::expr and global_vars

2003-06-03 Thread Keith Jackson
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