On Fri, 1 Feb 2002, Roy Rubin wrote:

> I see. In this case, I will elaborate.
>
> I am using CGI::Application and I am loading the template by the
> $self->load_tmpl('myfile.tmpl) command.
>
> Can I set the loop_context_vars parameters using the load_tmpl subroutine?

Yes:

  $self->load_tmpl('myfile.tmpl', loop_context_vars => 1);

-sam


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to