Hi Bug bug-apl,
 
I wrote up some examples of CGI in gnuapl, in case anyone needs some help 
getting started.
 
(When called as a CGI script) This one makes an html file that contains a form 
with some fields and a submit button
https://github.com/alexcweiner/AWPL/blob/master/cgindex.apl
 
(When called as a CGI script) This one parses the QUERY_STRING into a variable, 
and displays the contents.
https://github.com/alexcweiner/AWPL/blob/master/runit.apl
 
Hopefully this is of use to someone other than myself.
 
-Alex Weiner

Reply via email to