in reply to Please help..
Still, I will give you a pointer:
while (my $row = $_read_sth->fetchall_arrayref) { # What's inside $row? use Data::Dumper; print Dumper( \$row ) and exit; # take a close look at the output
You might want to take a look at the docs: http://search.cpan.org/~timb/DBI/DBI.pm#fetchall_arrayref
keep up the spirit!
|
|---|