File: globalscript.tcl

package info (click to toggle)
libapache-mod-dtcl 0.7.3-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 404 kB
  • ctags: 300
  • sloc: tcl: 1,266; ansic: 1,164; lisp: 563; makefile: 94; sh: 91
file content (11 lines) | stat: -rw-r--r-- 270 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# This is an example GlobalScript
# $Id: globalscript.tcl,v 1.1 1999/04/20 17:28:52 davidw Exp $

# dtcl.tcl is a port of Don Libes' cgi.tcl to the mod_dtcl environment
source dtcl.tcl

set somevariable "blah blah"

# load some database stuff

# load some graphics stuff