in reply to Re: Perl line endings: something broken in ActiveState Perl 5.8?
in thread Perl line endings: something broken in ActiveState Perl 5.8?
perl -i.bak -ne "BEGIN{binmode STDIN; binmode STDOUT}; s/\x0D//;"
It is true that I mostly used this in Linux, but I'm still surprised that I would never have noticed after all these years. Has this never been reported as a bug?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl line endings: something broken in ActiveState Perl 5.8?
by Tortue (Scribe) on Oct 13, 2005 at 10:58 UTC |