Re: [Bug-apl] CGI script prints instead of executing when FILE_IO is copied in

2015-09-24 Thread alexweiner
Thanks Jürgen, I will try that. I think I got the idea of 0 0 ⍎')COPY' from your example, and didn't really understand what it is really doing, besides not printing the result.-Alex  Original Message Subject: Re: [Bug-apl] CGI script prints instead of executing

Re: [Bug-apl] CGI script prints instead of executing when FILE_IO is copied in

2015-09-24 Thread Juergen Sauermann
Hi Alex, on my machine the behavior is the same when FILE_IO is )COPYd or not )COPYed. Looking at the script I would say that printing the page should be the expected behavior. Maybe the )COPY of FILE_IO or HTML fails (and the error is hi

[Bug-apl] CGI script prints instead of executing when FILE_IO is copied in

2015-09-23 Thread alexweiner
Hi Bug-APL,It appears that this script works if FILE_IO is not copied in. When the FILE_IO is copied in, it appears that the cgi script runs but prints the HTML to the page. Is FILE_IO 's existence in the program make the script run under different conditions? (or is it possible there is something