On Sat, Oct 10, 2015 at 3:29 AM, wrote:
> I am struggling to follow our previous conversation. Pretty much, I am
> confused about the source of the POST contents. I believe you mentioned that
> it should come from stdin, and if I understood, it is not possible to use it
> jointly with CGI scripti
Bug-APL & Juergen,I am struggling to follow our previous conversation. Pretty much, I am confused about the source of the POST contents. I believe you mentioned that it should come from stdin, and if I understood, it is not possible to use it jointly with CGI scripting:#!/usr/local/bin/apl)COPY /us
Hello Jürgen,
I am assuming that I am not alone in commonly using ⍎ for the purpose of
parsing a number embedded in a string as APL (i.e. something analogous to
PARSE-INTEGER in Lisp, or strtol() in C).
With that in mind, I made a small change to
Bif_F1_EXECUTE::execute_statement() which checked