On Mon, 1 May 2000, Andrew Dubry wrote:

> first time post here :)....
> 
> I'm having a problem with some varibles changing mid-way thru the code and
> then back again. I have a program called 'cr' in the mod_perl directory.
> It's not a module, it's just a straight cgi script. It uses strict. Here's
> a samepl of the code:

don't use global variables.  explicitly pass them.  read the guide.

ky

Reply via email to