Re: Strip Carriage Returns

2002-04-04 Thread Kevin Hancock
rmat files. A search of tucows should turn up a candidate. Homesite editor will save as DOS, Unix or Mac. Cheers Kevin - Original Message - From: "Glenn Cannon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 04, 2002 11:35 PM Subject: Strip Carriag

Re: Strip Carriage Returns

2002-04-04 Thread Chas Owens
: > > Illegal character \015 (carriage return) at index.pl line 2. > (Maybe you didn't strip carriage returns after a network transfer?) > > Is there a simple way to prevent/cure this? > > Glenn perl -ine 's/\015//g;print' filename or use dos2unix or d2u or f

Re: Strip Carriage Returns

2002-04-04 Thread Elaine -HFB- Ashton
Glenn Cannon [[EMAIL PROTECTED]] quoth: *> *>Illegal character \015 (carriage return) at index.pl line 2. *>(Maybe you didn't strip carriage returns after a network transfer?) *> *>Is there a simple way to prevent/cure this? Several. Most modern Unixes have 'dos2unix&

RE: Strip Carriage Returns

2002-04-04 Thread John Edwards
help http://www.google.com/search?sourceid=navclient&q=Maybe+you+didn%27t+strip+c arriage+returns+after+a+network+transfer%3F John -Original Message- From: Glenn Cannon [mailto:[EMAIL PROTECTED]] Sent: 04 April 2002 15:06 To: [EMAIL PROTECTED] Subject: Strip Carriage Returns Not s

Strip Carriage Returns

2002-04-04 Thread Glenn Cannon
didn't strip carriage returns after a network transfer?) Is there a simple way to prevent/cure this? Glenn