to Rob, error and request

new topic     » topic index » view thread      » older message » newer message

Rob, it looks like Eu interpreter is trying to assign vars blindly at startup, 
even if the contents of the var isn't known:

global function processCgi(sequence Query)
sequence reply

trace(1)
reply = "Content-type: text/html\n\n"&
-- snip stuff
&"<FORM ACTION=\"http://localhost:45000/cgi-bin/cgi.pl\" METHOD= "&
Method &
-- more stuff

M:\Tiggr-cgi\runtimefiles\processcgi.exw:107
Method has not been declared
Method &

The trace was never hit, so i figure the crash was not at runtime. Method is 
indeedy known at runtime, i discovered by commenting out the offending 
Method above, and using trace(1) from the file which included this file. Is 
there a way to get this to run correctly, that is, to assign to "reply" once 
"Method" is known, like at runtime?

Kat

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu