Author |
Message |
Topic: CGI without Perl? |
Duneagent
Replies: 7
Views: 16647
|
|
CGI is basically output from a program, it therefore is not script, but generated html output that the server would send back to the browser.
Like sending only "<html>Hello</html>" woul ... |
Topic: CGI without Perl? |
Duneagent
Replies: 7
Views: 16647
|
|
Found it :idea:
cgi output needs status replies first to work, will probably use http://www.boutell.com/cgic/ library.
Thanks for the reply :wink: |
Topic: CGI without Perl? |
Duneagent
Replies: 7
Views: 16647
|
|
Isn't cgi just an executable that uses standard output?
Like printf("Hello world\n") in C.
Or is that not possible with Abyss? |
Topic: CGI without Perl? |
Duneagent
Replies: 7
Views: 16647
|
|
Hi,
Is it posible to use CGI without Perl?
Thanks,
DuneAgent |
|