[REBOL] Re: Linux CGI problem
From: nitsch-lists:netcologne at: 3-Jun-2002 18:09
Am Montag, 3. Juni 2002 10:11 schrieb Graham Chiu:> hi Pat, > > I've seen this problem when the cgi script has not been > detabbed, or has otherwise been uploaded as binary rather > than text.i had that problem when uploading as binary with windows with /core 2.5 . found windows used crlf as line-terminator. rebol parsed upto lf, so had cr in the argument. and was not happy about it. -volker