my $ref; $sth->fetchrow_arrayref; # discard the first row while($ref = $sth->fetchrow_arrayref) { ...
... or use an OFFSET in your SQL.
In reply to Re: treat each result line individually in SELECT statement Perl-Mysql
by hippo
in thread treat each result line individually in SELECT statement Perl-Mysql
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |