These tcl/tk fragments implement a variety of subroutines which
can be used by any DSAP tcl/tk script.  The easiest method for
using them in your script is to add the directory which contains
them to your script, in the global context:

    global auto_path env
    lappend auto_path $env(DSAP)/data/tcl/library

