![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: Perl ignores CarriageReturn during fileparsing. Why?by Athanasius (Chancellor) |
on Jun 13, 2013 at 12:08 UTC ( #1038729=note: print w/replies, xml ) | Need Help?? |
The input record separator is stored in the special Perl variable $/. It is newline (i.e., \n, not “carriage return”, which is \r) by default. Have your “far away” changes altered the value of $/? Hope that helps,
In Section
Seekers of Perl Wisdom
|
|