On Fri, 1 Feb 2002, Roy Rubin wrote: > How can I set the loop_context_vars variable to true after I have already > created a template object?
You can't. loop_context_vars is an option to new() and is used by new() when it parses the template. By the time new() returns it's too late to tell HTML::Template you wanted loop_context_vars on. -sam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
