Re: eval statements in mod_perl

2000-12-07 Thread Gunther Birznieks
Without knowing your whole program, this could be a variety of logic problems leading to this code. For example, perhaps $build{$nkey} is a totally bogus value the first 2 times and hence your $evalcode is also bogus the first two times -- and it's not a problem of eval at all! This is

RE: eval statements in mod_perl

2000-12-07 Thread Ed Park
To: Hill, David T - Belo Corporate; '[EMAIL PROTECTED]' Subject: Re: eval statements in mod_perl Without knowing your whole program, this could be a variety of logic problems leading to this code. For example, perhaps $build{$nkey} is a totally bogus value the first 2 times and hence your $evalcode

RE: eval statements in mod_perl

2000-12-07 Thread Hill, David T - Belo Corporate
get. David Hill -Original Message- From: Ed Park [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 07, 2000 3:08 AM To: Hill, David T - Belo Corporate; [EMAIL PROTECTED] Subject: RE: eval statements in mod_perl This was a problem that I had when I was first starting out