Hello, Is it possible that HTML::Template enters into an infinite loop when used with a template that has nested loops? (7 in my case)? I imagined it would be troublesome but I tried it and sure enough, it looped forever. The debug output looks like this:
### HTML::Template Debug ### In output ### HTML::Template Debug ### In output ### HTML::Template Debug ### In output ### HTML::Template Debug ### In output ### HTML::Template Debug ### In output ### HTML::Template Debug ### In output ### HTML::Template Debug ### In output ### HTML::Template Debug ### In output etc..... Is this to be expected? Also, even when I turn off global_vars, I still get a lot of those 'In output' lines in my STDERR. Is that to be expected? I do have a rather complex template, it's 7 nested loops, and probably 600 or so loop iterations altogether. I get several screenfuls of 'In output' in my STDERR, but it doesn't loop forever unless I use global_vars. Thanks, Fran --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
