>>>>> "Jouni" == Jouni Heikniemi <[EMAIL PROTECTED]> writes:
Jouni> Hello, Jouni> while debugging the Bugzilla product, I encountered the following Jouni> Template problem: Jouni> In one template there is the statement [% USE mycgi = CGI %]. Reaching Jouni> this causes a hang on Win32/IIS running ActiveState Perl 5.6.1, TT Jouni> 2.07 and CGI.pm 2.81 (the same occurred with CGI.pm 2.74). The fishy Jouni> part is that adding any parameter for the CGI module helps: [% USE Jouni> mycgi = CGI(foo) %] has no problems, neither has [% USE CGI (foo) %]. This sounds like my problem from a few weeks back. The CGI object is not getting cleared, or something. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
