while ( @row = $sth->fetchrow_array ) { print "$row[0]

\n"; }