[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-apl] Some CGI example scripts
From: |
alexweiner |
Subject: |
[Bug-apl] Some CGI example scripts |
Date: |
Thu, 21 May 2015 17:27:51 -0700 |
User-agent: |
MailAPI |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-apl] Some CGI example scripts,
alexweiner <=