Conf/Examples/CgiConfig/TclExample

From AOLserver Wiki
Jump to navigation Jump to search

part of CGI Config Examples

 #!/usr/bin/tclsh8.5
 puts "Content-type: text/html\n"
 puts "<html><head><title>CGI Reply Page - via Tcl</title></head>"
 puts "<body bgcolor='white'>TCL used in CGI - First Demo"
 puts "</body>"