On 2001.09.27, Jim Wilcoxson <[EMAIL PROTECTED]> wrote: > Guess I will make 8 small shell scripts, set an environment variable > differently in each one, use $env(blah) to do the conditional stuff...
Why not create 8 different nsd.tcl-like files? The common bits can be extracted out into a seperate .tcl file that gets sourced from each of the 8 different files. So, you'll end up with 9 files, and the functionality you want without any mess or requiring an AOLserver code change. Plus, it'll be easier to maintain, this way. -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/
