Re: Apache::ASP : perl variables tend to stick ...

2000-09-21 Thread Joshua Chamas
"Demetrios C. Christopher" wrote: By the way, have you ever considered adding a pre-parsing step where you first read in all the subroutines separately (say, up to the first line of code) and place them before the actual subroutine that will become main and will denote the script itself?

Apache::ASP : perl variables tend to stick ...

2000-09-20 Thread Demetrios C. Christopher
Hello and thanks in advance for any help. I am running Apache Stronghold 2.4.2 with modperl 1.21 and Apache::ASP 0.18 (just recently upgraded to the latest - 2.03 I believe - but the problem was intermittent so I wanted to still check with the forum). Sure, pretty much everything could use an

Re: Apache::ASP : perl variables tend to stick ...

2000-09-20 Thread Joshua Chamas
"Demetrios C. Christopher" wrote: Hello and thanks in advance for any help. I am running Apache Stronghold 2.4.2 with modperl 1.21 and Apache::ASP 0.18 (just recently upgraded to the latest - 2.03 I believe - but the problem was intermittent so I wanted to still check with the forum).

Re: Apache::ASP : perl variables tend to stick ...

2000-09-20 Thread Joshua Chamas
Oops, sorry for the last send, itchy trigger finger. :) This variable data caching is a problem common to Apache::ASP and modperl in general. "use strict" programming tends to help, as it requires explicit variable initialization or declaration. To do "use strict" for all your Apache::ASP

RE: Apache::ASP : perl variables tend to stick ...

2000-09-20 Thread Demetrios C. Christopher
and putting them in a perl lib. If that does it I'll let you know. Thanks, Demetrios -Original Message- From: Joshua Chamas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 20, 2000 8:09 PM To: Demetrios C. Christopher Cc: [EMAIL PROTECTED] Subject: Re: Apache::ASP : perl variables ten