while (my @result = $sth->fetchrow_array()) { print "@result[20]" } #### while (my @result = $sth->fetchrow_array()) { print "" }