in reply to Re^2: Confused about "unitialized value" warning
in thread Confused about "unitialized value" warning

You code isn't exactly easy to follow (we have <code> tags you know), but is it possible that some of the data you get back from DBI can contain NULLs? There would translate to Perl "undef" values.

--
<http://www.dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

  • Comment on Re^3: Confused about "unitialized value" warning