in reply to codeperl -pe 's/\n/" " . /e' data/code
loop around your code (which takes the place of the "...").while(<>) { ... ; print }
is evaluated as "a space concatenated with the next line read from the input"." " . <>
And run it through the code above. Here's what happens:one two three four
--ZZamboni
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: codeperl -pe 's/\n/
by nuance (Hermit) on May 26, 2000 at 18:55 UTC | |
by ZZamboni (Curate) on May 26, 2000 at 19:59 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |