in reply to Re: From Array 2 stringin thread From Array 2 string
my @arr = qw(a b c d e f g h); my $str = join('', @arr); [download]