The first page will be the usual Hello World, which is very straight forward. Just insert a couple of lines into a flat file and run it from a browser. The source can be found at helloworld. However, the following section focuses on the HelloWorld page with the intention of providing a little more explanation as to how the Net.data CGI interface works.
%html(macro) {
Hello World from Net.data on @dtw_rdate() at @dtw_rtime()
%}
Hello World from Net.data at 17 Aug 2008 20:24:11
%html(macro) { has been located, Net.data will begin generating a line of output for each subsequent
line encountered until the %html block ends when the a closing statement
%}has been located.