Re: undef or scoping problem in modperl?

2004-12-09 Thread Reenen C Kroukamp
On Thu, Dec 09, 2004 at 03:25:30PM +0200, Reenen C Kroukamp wrote: > Hi, > > I have a hash, %tt_vars which seems to retain information across calls to the > modperl script even though I undef it at the beginning of the script: Grrr... Never mind. I was looking in all the places except the most o

undef or scoping problem in modperl?

2004-12-09 Thread Reenen C Kroukamp
Hi, I have a hash, %tt_vars which seems to retain information across calls to the modperl script even though I undef it at the beginning of the script: Here is the start of the script: use diagnostics; use strict; use Template; use CGI qw/:standard/; use D