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- >Thanks again for any help! > >Kai > > > -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
