[REBOL] Re: outputting HTML from REBOL cgi script
From: gjones05:mail:orion at: 20-Feb-2001 18:34
From: "Holger Kruse"> prin ["Content-Type: text/html" crlf crlf] > > The HTTP standard requires CRLF as the separator, not just LF. Apache > probably does not convert this by itself.I guess that the ^/ is converted to a carriage return linefeed on Windows REBOL, accounting for the difference in platforms. Thanks, Holger. --Scott