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

But that wouldn't cause the error.

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

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

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

Replies are listed 'Best First'.
Re^3: Confused about "unitialized value" warning
by xspikx (Acolyte) on Aug 18, 2004 at 16:55 UTC
    There shouldn't be any NULL returned form the DB. The data that I'm pulling from the DB into this array (matrix) does contain information (usernames, names, addresses). For some reason it looks like perl is not able to properly identify my $matrix$ab[0] variable (which should be a username). What makes me wonder even more is that it works on one machine but not on the server itself, even though they run the same version of Perl. Could there be any missing modules or something?