Hi there, On Thu, 13 Feb 2003, Viljo Marrandi wrote:
> My code checks $tt->error() and it didn't show anything. But I found the > problem, it still was perl and it was very, very stupid mistake. In that > weird module I defined: > > 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; ? 73, Ged.