Re: EXWC not quitting when prog quits

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

Are you testing your code on the command line manually with exwc? Perhaps it's leaving a "Press Enter..." prompt, waiting for something to happen.

Here's a couple things every Euphoria CGI program should have:

without warning

This will prevent the interpreter from reporting unused variables.

flush(1)
    abort(0) 

The Interpreter will hit this, forcibly flush its console output and exit immediately.

-Greg

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

Search



Quick Links

User menu

Not signed in.

Misc Menu