in reply to
Re^2: Concat strings from parameter file
in thread
Concat strings from parameter file
chomp()
will remove only trailing string that corresponds to the current value of
$/
(
$INPUT_RECORD_SEPARATOR
).
Comment on
Re^3: Concat strings from parameter file
Select
or
Download
Code
In Section
Seekers of Perl Wisdom