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 /usr/local/lib/apl/wslib5/FILE_IO.apl
)COPY /usr/local/lib/apl/wslib5/HTML.apl
ContentsOfPOST← ??????????
⍝Do stuff with ContentsOfPOST
xTITLE←'Title'
xDESCRIPTION←'Desc'
yBODY←(,¨'{}') ⎕INP 'END-OF-⎕INP'

END-OF-⎕INP
HTML∆emit HTML∆Document
)off


-Alex

Reply via email to