instead ofmy $matrix = $sth->fetchall_arrayref();
my (@matrix) = (); while (my @ary = $sth->fetchrow_array()) { push(@matrix, [@ary]); } }
Can you show a part of your script which generates an HTML page?
--------------------------------
SV* sv_bless(SV* sv, HV* stash);
In reply to Re: Re: mysql perl hangs on selects
by nite_man
in thread mysql perl hangs on selects
by Murcia
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |