![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re: replacing carriage return line feed usinf chr()by DrManhattan (Chaplain) |
on Mar 14, 2003 at 15:20 UTC ( #243078=note: print w/replies, xml ) | Need Help?? |
"\r" is interpolated as chr(13) and "\n" is chr(10). You should be able to do something like this:
-Matt
In Section
Seekers of Perl Wisdom
|
|