[REBOL] CGI problem
From: ZikZak::wanadoo::fr at: 11-Jan-2004 20:09
Hi,
I'm a beginner with Rebol and im' trying to test the cgi of the tutorial :
#!/www/cgi/rebol -c
REBOL [Title: "Server Time"]
print "content-type: text/html^/"
print [<HTML><BODY>]
print ["Date/time is:" now]
print [</BODY></HTML>]
but when I open the page with my browser I obtain the following message :
** Near: size: size-text self
all [
para para/origin size: size + para/origin
para/margin size: size + para/margin
]
[H[J
Can you explain to me where is the problem ?
Best regards
--
ZikZak