in reply to
Assigning an array to a scalar
Use the
join
function:
my $word = join('', @letters);
Comment on
Re: Assigning an array to a scalar
Download
Code
In Section
Seekers of Perl Wisdom