Re: Use of uninitialized value in join or string at ./dump_members.pl line 35.

2003-10-23 Thread Jerry Rocteur
On Wednesday, Oct 22, 2003, at 14:21 Europe/Brussels, Harald Fuchs wrote: In article <[EMAIL PROTECTED]>, Jerry Rocteur <[EMAIL PROTECTED]> writes: Hi, I'm reading MySQL by Paul DuBois When I run dump_members.pl I get: Use of uninitialized value in join or string at ./dump_m

Re: Use of uninitialized value in join or string at ./dump_members.pl line 35.

2003-10-23 Thread Jerry Rocteur
On Wednesday, Oct 22, 2003, at 14:21 Europe/Brussels, Harald Fuchs wrote: In article <[EMAIL PROTECTED]>, Jerry Rocteur <[EMAIL PROTECTED]> writes: Hi, I'm reading MySQL by Paul DuBois When I run dump_members.pl I get: Use of uninitialized value in join or string at ./dump_m

Re: Use of uninitialized value in join or string at ./dump_members.pl line 35.

2003-10-21 Thread gerald_clark
My Guess: Jerry Rocteur wrote: Hi, I'm reading MySQL by Paul DuBois When I run dump_members.pl I get: Use of uninitialized value in join or string at ./dump_members.pl line 35. Line 35 is the print line before. Your select probably failed, while (my @ary = $sth->fetchrow_array

Use of uninitialized value in join or string at ./dump_members.pl line 35.

2003-10-21 Thread Jerry Rocteur
Hi, I'm reading MySQL by Paul DuBois When I run dump_members.pl I get: Use of uninitialized value in join or string at ./dump_members.pl line 35. Line 35 is the print line before. while (my @ary = $sth->fetchrow_array ()) { print join ("\t", @ary), "\n&quo