in reply to Read Text line by line & modify with a delimiter
Or this:
Output:chomp( my @names = <DATA> ); $" = "|"; print "@names"; __DATA__ Matei Janov rebas yoni
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Read Text line by line & modify with a delimiter
by RFMonk (Acolyte) on Dec 20, 2012 at 23:50 UTC | |
|
Re^2: Read Text line by line & modify with a delimiter
by Anonymous Monk on Dec 21, 2012 at 04:28 UTC | |
by Anonymous Monk on Dec 21, 2012 at 18:50 UTC | |
by Anonymous Monk on Dec 21, 2012 at 06:01 UTC |