my @row; my $cnt = -1; while(@row = $sth->fetchrow_array) { $cnt++; print "$row[$cnt] test
"; }