|
5 registered users in last 24 hours Notes 01 - Hello WorldIn this tutorial you will learn how to use the ]project-open[ development environment and to create your first "Hello World" example. Development EnvironmentYou will need as a precondition:
Once everything is set up please use your text editor and create a new file called "notes01.tcl" in the ~/www/ directory with the following single line:
doc_return 200 "text/html" "Hello World" Now point your browser at the file by entering the URL: "http://localhost/notes01". You should see a beautiful "Hello World" in your browser. Congratulations!
|
