home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Programming in Tcl & Tk (4th Edition)
/
TCLBOOK4.BIN
/
pc
/
exsource.old
/
3_1.tcl
< prev
next >
Wrap
Text File
|
2003-04-15
|
179b
|
12 lines
#
# Example 3-1
# A simple CGI script.
#
puts "Content-Type: text/html"
puts ""
puts "<TITLE>The Current Time</TITLE>"
puts "The time is <B>[clock format [clock seconds]]</B>"