Hello Ron,

Wednesday, September 12, 2001, Ron Woodall <[EMAIL PROTECTED]> wrote:
RW>         I asked a similar question before and got no response. I guess I didn't
RW> explain myself.

RW>         Here's the problem. I'm using a perl script to create an html page. The 
RW> editor is located on a Windows '98 machine and the file resides on a Linux 
RW> machine. The file is edited across the network. Part of the script contains 
RW> a heredoc that contains the head of the page. The remainder of the page is 
RW> made up of lines added to the buffer and subsequently written to the output 
RW> file. I've tried "\r\n" and "\n" as line ends both in the heredoc and the 
RW> output array.

[..]
RW>         I'm open to any suggestions as to why and what I can do about it.
If you use FTP to transfer file between windows and linux, switch your
ftp client to 'ascii' mode.
If not, tell your editor to save output file in unix format.

Best wishes,
 Maxim                            mailto:[EMAIL PROTECTED]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to