my @values = $sth->fetchrow_array; #### my @values = map { decode( "utf8", $_ ) } $sth->fetchrow_array;