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