in reply to
array to string conversion.
You can use
join
to transform an array into a string
split
to split a string into an array
HTH, Rata
Comment on
Re: array to string conversion.
In Section
Seekers of Perl Wisdom