pavunkumar has asked for the wisdom of the Perl Monks concerning the following question:
Actually I have executed the postgres query, assume that it has return the 10 rows. Now I am having that's statement handler ( $sth ) .
print Dumper $sth->fetchrow_arrayref; print Dumper $sth->fetchrow_arrayref; print Dumper $sth->fetchrow_arrayref; print Dumper $sth->fetchrow_arrayref; print Dumper $sth->fetchrow_arrayref;
What should I do....?
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl dbi : fetchrow_arrayref
by Anonymous Monk on Oct 22, 2010 at 10:11 UTC | |
by mjscott2702 (Pilgrim) on Oct 22, 2010 at 11:07 UTC | |
|
Re: perl dbi : fetchrow_arrayref
by locked_user sundialsvc4 (Abbot) on Oct 22, 2010 at 13:03 UTC | |
|
Re: perl dbi : fetchrow_arrayref
by Marshall (Canon) on Oct 24, 2010 at 05:33 UTC |