Forum OpenACS Development: Re: Basic tcl syntax question

Collapse
Posted by Dave Bauer on
puts outputs to stdout and not to the web connection.

doc_return returns a document and closes the connection.

What are you trying to accomplish?

Collapse
Posted by Devon Yoo on
oh thx man
I have a lot of basic questions bcuz I just starting tcling.
It is very diff from PHP :(