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