in reply to
Re: Help with codefetchall_arrayref/code
in thread
Help with fetchall_arrayref
I meant .... my $rows = $sth->fetchrow_arrayref; foreach my $row (@$rows) { print "@$row\n"; }
Comment on
Re: Re: Help with codefetchall_arrayref/code
In Section
Seekers of Perl Wisdom