my @arr = qw(a b c d e f g h); my $str = join('', @arr);