in reply to Re: foreach - adding newlines?
in thread foreach - adding newlines?

On the command line, what output do you get when you do:
perl -lne 'print "Got CR" and last if /\r/' t1Vevents.txt

Do you see "Got CR" printed?