[REBOL] Rebol/View/Pro and CGI
From: c:brizell:worc:ac at: 8-May-2001 7:54
I have a very simple rebol cgi script
#!/usr/local/rebol/rebol --cgi
REBOL[
]
print ["Content-type: text/html" newline]
prin "Hello the time now is "
print now
print "<PRE>"
print mold system/options/cgi
print "</PRE>"
which works as expected!!
If I then change the shebang line to point to my licensed version of
Rebol/Veiw/Pro 1.1.0.4.2 (Running on Redhat Linux 2.2.14-6
#!/usr/local/view/rebol --cgi
I get the following output to my browser
** Near: size: size-text self
all [
para para/origin size: size + para/origin
para/margin size: size + para/margin
]
[H[J
Any help with the above would be _MUCH_ appreciated
Cheers
colinb