in reply to
Concat strings from parameter file
You have to check line endings in your parameter file. It looks like you have mixed combination of
\r
and
\n
which
chomp()
do not remove.
Comment on
Re: Concat strings from parameter file
Select
or
Download
Code
In Section
Seekers of Perl Wisdom