On Jan 21, 2006, at 21:43, Bowen, Bruce wrote:

Perhaps that file has mixed newline conventions? Does

     $entire_file_content =~ tr/\015\012//d;

do what you need?

-- fxn

That did not work. I've looked into the file with a hex editor it that's telling me there's a hex 0D 0A 0D 0A after each |FS. I've tried all of the combinations I can think of, none of which had any effect. The process seems to work up to the first time it gets to that hex data.

Looks like you've got a bug or some wrong assumption, would you please send the code?

-- fxn



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to