On Thu, 6 Jan 2022 09:26:38 -0700
Duke Normandin <dukeofp...@gmx.com> 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 **

Reply via email to