Re: Apache+Pike CGI scripts
Duke Normandin <[email protected]> Thu, 6 Jan 2022 10:03:58 -0700
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 6 Jan 2022 09:26:38 -0700 Duke Normandin <[email protected]> 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("<h1>CGI scripts work using Pike!</h1>"); } [/code] Worked just fine! Looking to see if Pike supports "heredoc". -- Duke ** Text only please. Bottom post is best for me **