Conf/Examples/CgiConfig/TclExample
Revision as of 16:11, 29 December 2011 by Visitatvishal (talk | contribs) (moved Conf/Examples/CgiConfig/tcl example to Conf/Examples/CgiConfig/TclExample)
part of AOLserver 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>"