![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: DBI error Can't locate object method "fetchrow_array"by logie17 (Friar) |
on Aug 03, 2009 at 17:56 UTC ( #785516=note: print w/replies, xml ) | Need Help?? |
It appears the following line is the problem:
while (@row = sth->fetchrow_array) Should be: while (@row = $sth->fetchrow_array)
s;;5776?12321=10609$d=9409:12100$xx;;s;(\d*);push @_,$1;eg;map{print chr(sqrt($_))."\n"} @_;
In Section
Seekers of Perl Wisdom
|
|