home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Programming in Tcl & Tk (4th Edition)
/
TCLBOOK4.BIN
/
pc
/
exsource.old
/
21_8.tcl
< prev
next >
Wrap
Text File
|
2003-04-15
|
242b
|
12 lines
#
# Example 21-8
# The main program for the TclHttpd Starkit, version 1.
#
package require starkit
starkit::startup
starkit::autoextend [file join $starkit::topdir tcllib1.3]
source [file join $starkit::topdir tclhttpd3.4.2/bin/httpd.tcl]