in reply to Re^2: how to remove empty pipe delimiters in a line which doesn't contain any data
in thread how to remove empty pipe delimiters in a line which doesn't contain any data
Where in that code did you use the following two lines?
s/[|]+/|/g; print;
|
|---|