home *** CD-ROM | disk | FTP | other *** search
/ Practical Programming in Tcl & Tk (4th Edition) / TCLBOOK4.BIN / pc / exsource.old / 21_8.tcl < prev    next >
Text File  |  2003-04-15  |  242b  |  12 lines

  1. #
  2. # Example 21-8
  3. # The main program for the TclHttpd Starkit, version 1.
  4. #
  5.  
  6. package require starkit
  7. starkit::startup
  8. starkit::autoextend [file join $starkit::topdir tcllib1.3]
  9. source [file join $starkit::topdir tclhttpd3.4.2/bin/httpd.tcl]
  10.  
  11.  
  12.