in reply to Help with fetchall_arrayref
might work for what you have in mind.my @rows = $sth->fetchrow_arrayref; foreach my $row (@rows) { print "@row\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Help with codefetchall_arrayref/code
by dustacio (Monk) on May 15, 2001 at 20:51 UTC |