Difference between revisions of "Conf/Examples/CgiConfig/TclExample"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | [[Conf/Examples | part of AOLserver Config Examples]] | ||
+ | |||
#!/usr/bin/tclsh8.5 | #!/usr/bin/tclsh8.5 | ||
puts "Content-type: text/html\n" | puts "Content-type: text/html\n" |
Revision as of 15:56, 29 December 2011
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>"