|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re: newline substitution is removing text tooby japhy (Canon) |
| on Jan 21, 2007 at 04:37 UTC ( #595724=note: print w/ replies, xml ) | Need Help?? |
|
There are probably also carriage returns in the file as well. tr/\r//d or s/\r//g will remove them.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||