Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks,
I have a text file which contains 4 names printed line by line. I want to read the names line by line and modify the names in a form which is separated with '|'.
For a more clear info, my input will look like this,
Matei
Janov
rebas
yoni
and i want out in a 'print' variable as 'Matei|Janov|rebas|yoni'
Pls help Monks. I am not a matured Perl programmer!
Thx in adv.
Comment on Read Text line by line & modify with a delimiter