Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[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.