in reply to
Creating a String
Probably because the elements in
@icpList
array contains new line character. Try this before the cycle:
map{ s/\n//g }@icpList;
Comment on
Re: Creating a String
Select
or
Download
Code
In Section
Seekers of Perl Wisdom