in reply to
Array to String
join ", ", map "<tag>$_</tag>", @array;
For reference, see the documentation of
join
and
map
.
Comment on
Re: Array to String
Download
Code
In Section
Seekers of Perl Wisdom