http://www.perlmonks.org?node_id=320504


in reply to CGI::Application and HTML::Template interaction

from the man page, i believe it would be like this:
my $tmpl_obj = $webapp->load_tmpl('some_other.tmpl', loop_context_vars => 1, die_on_bad_params => 0, cache => 1 );

Replies are listed 'Best First'.
Re: Re: CGI::Application and HTML::Template interaction
by geektron (Curate) on Jan 11, 2004 at 19:29 UTC
    thanks. as i mentioned in my other reply, i expected it to be in the constructor, not an override in one method call ...