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
:
>
> 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
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&
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
didn't strip carriage returns after a network transfer?)
Is there a simple way to prevent/cure this?
Glenn