When I read my prior message, I realized it was too long and shaggy...

Here is a shortened version -

[EMAIL PROTECTED] cgi]$ cat h601
#! /usr/local/lib/j601/jconsole
stdout 'Content-type: text/html',(10 10{a.), 'j601 says - Hello World!', 10 10 { a.
exit 0

[EMAIL PROTECTED] cgi]$ ./h601  # Simple call from command line
Content-type: text/html

j601 says - Hello World!

[EMAIL PROTECTED] cgi]$ cat h602
#! /usr/local/lib/j602/bin/jconsole
stdout 'Content-type: text/html',(10 10{a.), 'j602 says - Hello World!', 10 10 { a.
exit 0

[EMAIL PROTECTED] cgi]$ ./h602  # Simple call from command line
Content-type: text/html

j602 says - Hello World!

[EMAIL PROTECTED] cgi]$


Can anyone shed any light on why script h601 works fine both terminal and as a CGI call - while h602 fails when called as CGI (logging "bad header |domain error")???

- joey
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to