Re: [htmltmpl] Small lisst error happening..
Brought to you by:
samtregar
From: Philip S T. <phi...@gm...> - 2003-09-16 03:25:17
|
On Mon, 15 Sep 2003, Thomas Charron wrote: > Here is whats happening. It seems WHENEVER I pass loop_context_vars => > 1 in the new, I get this: > > [Mon Sep 15 17:38:18 2003] [error] [client 192.168.0.204] [Mon Sep 15 > 17:38:18 2003] WebApp.pl: Error executing run mode 'usermainpage': > HTML::Template->output() : fatal error in loop output : Can't use string > ("1") as a HASH ref while "strict refs" in use at You may have your own variables named __first__, __last__, __odd__ or __inner__ which are clashing with HTML::Template's. One of these is being used as a loop I suppose. Philip -- My Bonnie looked into a gas tank, The height of its contents to see! She lit a small match to assist her, Oh, bring back my Bonnie to me. |