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

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
  • Comment on Re^2: Help with 'Use of uninitialized value...' error in DB code

Replies are listed 'Best First'.
Re^3: Help with 'Use of uninitialized value...' error in DB code
by davidrw (Prior) on Sep 03, 2005 at 13:40 UTC
    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.