Closed topic. The wiki.cfg file is now lib/TWiki.cfg
Move wikicfg.pm to something like perl's Config.pm with a tied hash.
Goal: reduce dependency on global (use var) variables. This should make it easier to determine variable boundaries for modulisation work.
Also see
http://perl.apache.org/guide/perl.html#Using_Global_Variables_and_Shari
for a discussion on global variables and sharing variables between packages.
--
NicholasLee - 17 Sep 2000