@olist = map { decode_utf8( $_ ) } @ilist; #### @olist = map { (ref() ? $_ : decode_utf8( $_ ) } @ilist;