in reply to Re: my @Array = $sth->fetchrow_array;
in thread my @Array = $sth->fetchrow_array;

And in addition to this: why did he post while (my @row = $sth->fetchrow_array), in which he asks about "a way of improving the efficiency of this bit of code" where the code is basically the same as here, if it "doesn't work" anyway? Mistery!!
  • Comment on Re^2: my @Array = $sth->fetchrow_array;