Hi there, On Thu, 13 Feb 2003, Viljo Marrandi wrote:
> On Thu, 13 Feb 2003, Ged Haywood wrote: > > > Hi there, > > > > On Thu, 13 Feb 2003, Viljo Marrandi wrote: > > > > > DBIx::Recordset::Fetchsizewarn = 0; > > > > > > while the correct is: > > > > > > $DBIx::Recordset::Fetchsizewarn = 0; > > > > > > Only one missing $ ! Can anyone explain why server acted so weirdly > > > beacuse of this error? Why it didn't show anything at all in error_log? > > > > Did you > > > > use strict; > > Yes, use strict; was in all modules, this makes it even more interesting, > doesn't it? Hmmm. This tells me that what we think is happening in your machine isn't what is really happening. (But it's often that way.:) I think you will either have to take out that character and debug it, or else forget all about it and get on with the rest of the project... :) 73, Ged.