On Sat, 2007-10-27 at 14:18 +0000, camotito wrote:

> The program I am using (that is running over windows) can only read
> the first line in the modified file. When I open the modified file
> with notepad I see an square at the end of each line.And all the lines
> are in one line.

For a Windows newline, try:
\r\n

instead of just:
\n

Dan


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


Reply via email to