On 13 Jun 2001, at 16:17, Andy Wardley wrote: > > 1. Use of a FOREACH loop fails under WinNT using Perl 5.6.1 > It's a bug caused when DEBUG is activated. If you turn DEBUG off, > everything should be OK.
Ah, that does the trick for my test script. Unfortunately it doesn't work for my application which still causes the interpreter to crash (that's how I learned about the DEBUG setting). The strange thing is that even though the interpreter crashes, the page still gets built. I'm sure the crash is in TT because when I take out that step, the page gets built and output just fine (I'm using a combination of TT and CGI.pm to create the page). Maybe it's time to learn how to use the Perl debugger... Thanks, William
