Something like this?
my $first = 1; while((my $ref = $sth->fetchrow_arrayref)) { if($first) { $first = 0; next; } print Dumper($ref), "\n"; }
In reply to Re: treat each result line individually in SELECT statement Perl-Mysql
by cavac
in thread treat each result line individually in SELECT statement Perl-Mysql
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |