hello this is my first post to this list.
i wish to use Template Toolkit version 2.06 on a shared webserver running mod_perl. problem is the ISP is not very villing to install it so they recomended me to copy the module and then use lib "path/to/TT"; use Template qw ( :template); works fine _almost_ all the time. this is what i do on my development system: 1. restart apache 2. hit the page the very first time 3. look in error_log: ... failed to load Template/Iterator.pm: Can't locate Template/Iterator.pm in @INC etc ........at path/to/TT/Template/Config.pm line 75 [it's true that it is not in @INC, but that's just the point, since im "dynamically" is use(ing) lib "path/to/TT";] 4. hit the page a second time 5. no problems whatsoever if i install Template Toolkit properly [so it will be in @INC] i get no problems, but that is not a prefered option currently. anyone experienced something similar? thanks ./allan _______________________________________________ templates mailing list [EMAIL PROTECTED] http://www.template-toolkit.org/mailman/listinfo/templates
