Re: Euphoria and CGI
Why doesn't this run on my computer?
#!/home/jstory/euphoria/bin/exu
without warning
puts(1, "Content-type: text/html\n\n")
puts(1, "<html><head><title>Quackery Game</title></head>\n")
puts(1, "<body bgcolor=\"#FFFFFF\">\n")
puts(1, "</body></html>\n")
This is what it does.
#!/home/jstory/euphoria/bin/exu without warning puts(1, "Content-type:
text/html\n\n") puts(1, "\n") puts(1, "\n") puts(1, "\n")
The #! line has the correct path.
exu works on everything else.
|
Not Categorized, Please Help
|
|