Re: Euphoria and CGI
- Posted by Jerry Story <story.jerry at gmail.com> Jun 22, 2007
- 675 views
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.