Difference between revisions of "Conf/Examples/CgiConfig/TclExample"
Jump to navigation
Jump to search
(Created page with 'aaa') |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | [[Conf/Examples/CgiConfig | 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>" |
Latest revision as of 16:14, 29 December 2011
#!/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>"