Re: Apache+Pike CGI scripts

2022-01-06 Thread Duke Normandin
On Thu, 6 Jan 2022 23:36:54 -0500 H William Welliver wrote: > More details that might be of use: > > http://wiki.gotpike.org/index.pike/PikeDevel/Using+Pike+on+the+Web Very informative! Thx -- Duke ** Text only please. Bottom post is best for me **

Re: Apache+Pike CGI scripts

2022-01-06 Thread H William Welliver
More details that might be of use: http://wiki.gotpike.org/index.pike/PikeDevel/Using+Pike+on+the+Web Bill > > I'd like to try that out as a learning medium & instant feedback! > > > > Anybody on this list doing this or have done? TIA ..

Re: Apache+Pike CGI scripts

2022-01-06 Thread Marc dirix
Hi Duke, I use Hiawatha+pike Best regards, Marc Op do 6 jan. 2022 18:04 schreef Duke Normandin : > On Thu, 6 Jan 2022 09:26:38 -0700 > Duke Normandin wrote: > > > I'd like to try that out as a learning medium & instant feedback! > > > > Anybody on this list doing this or have done? TIA .. > >

Re: Apache+Pike CGI scripts

2022-01-06 Thread Duke Normandin
On Thu, 6 Jan 2022 09:26:38 -0700 Duke Normandin wrote: > I'd like to try that out as a learning medium & instant feedback! > > Anybody on this list doing this or have done? TIA .. [code] #!/usr/bin/pike int main(){ write("Content-type:text/html\n\n"); write("CGI scripts work using

Apache+Pike CGI scripts

2022-01-06 Thread Duke Normandin
I'd like to try that out as a learning medium & instant feedback! Anybody on this list doing this or have done? TIA .. -- Duke ** Text only please. Bottom post is best for me **