in reply to Help with 'Use of uninitialized value...' error in DB code

That's a bunch of code to look at. Can you just post some minimal code which exhibits the "Use of uninitialized value" behaviour? That would make it easier to spot the error.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

Replies are listed 'Best First'.
Re^2: Help with 'Use of uninitialized value...' error in DB code
by powerhouse (Friar) on Sep 03, 2005 at 12:56 UTC
    That is the problem, I don't know what is doing it. That subroutine is what does it, I don't know which line.


    thx,
    Richard
      if the line number from the error message doesn't help, then just put a bunch of warn 'foo'; lines inbetween all those eval statements .. then in the output/log you can see which warn's the "uninitialized value" appears between and work from there.