Re: line feeds in perl scripts

2002-11-06 Thread Felix Geerinckx
on Tue, 05 Nov 2002 19:19:37 GMT, [EMAIL PROTECTED] (Sean Finnigan) wrote: > What is the best way to replace line feeds in perl scripts that I > copy from my PC to my Unix machine? They don't run on the Unix > side unless I open an editor and find/replace the line > feeds

RE: line feeds in perl scripts

2002-11-05 Thread sean finnigan
Thank You. What is the string if I am going the other direction? ie. Mac to PC translation. "Kipp, James" <[EMAIL PROTECTED]> wrote: > What is the best way to replace line feeds in perl scripts > that I copy from my PC to my Unix machine? They don't run on >

RE: line feeds in perl scripts

2002-11-05 Thread Kipp, James
> What is the best way to replace line feeds in perl scripts > that I copy from my PC to my Unix machine? They don't run on > the Unix side unless I open an editor and find/replace the > line feeds/carriage returns. > tr -d '\015' < file >newfile

line feeds in perl scripts

2002-11-05 Thread sean finnigan
What is the best way to replace line feeds in perl scripts that I copy from my PC to my Unix machine? They don't run on the Unix side unless I open an editor and find/replace the line feeds/carriage returns. function SetDomain(d) { document.domai