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

[REBOL] Re: Newbie Rebol (CGI) questions

From: petr:krenzelok:trz:cz at: 16-Apr-2004 8:08

Kai Peters wrote:
>Hi All ~ > > From the web tutorials I have doctored the script below together which >leaves me with three questions: > >1) Why do I receive an error if i omit the print line immediately after >the REBOL [] header? >
you should not receive an error? I don't understand exactly what do you mean though. As for cgi mode, you have to print that "Content/type....." line for your browser to be set to right mode ...
>2) How can I insert LFs in the line " emit [ mold var mold >value ]" to make the mail more readable? >
easily .... put newline there .... rejoin [value newline value newline]
>3) How can i do the set-net stuff permanently? >
into user.r? I just don't remember exactly, where is rebol looking for it. It will be either your cgi-bin dir, or rebol executable location dir ..... -pekr-