[REBOL] Re: printing HTTP header for webserver scripts and cookie setting
From: Izkata::Comcast::net at: 23-Apr-2006 23:39
You're using this, right? print "Content-type: text/html^/" 'print adds it's own newline after printing the string. So all you (should) need to do is either remove the "^/", or use 'prin.