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 hidden due to 0 0⍴⍎). You could als try )SI instead of )OFF, )COPY instead of 0 0⍴⍎')COPY', and remove --script to see more of what's happening. A frequent difference between CGI-scripts run from the command line or from a web server is environment variables, PWD, and the like. Since you use a relative path in )COPY 5 HTML the result may depend on such things. To make things explicit always use absolute paths and full file extensions. /// Jürgen On 09/24/2015 03:23 AM,
alexwei...@alexweiner.com wrote:
|
- [Bug-apl] CGI script prints instead of executing when FI... alexweiner
- Re: [Bug-apl] CGI script prints instead of executin... Juergen Sauermann
- Re: [Bug-apl] CGI script prints instead of executin... alexweiner