Jeremiah Foster wrote: > Hello *, > > Is there an interface to the Template Toolkit from mod_perl 2? > > I am familiar with Apache::Template but that was last updated in > 2004. On the mod_perl site (http://perl.apache.org/products/apache- > modules.html#Porting_CPAN_modules_to_mod_perl_2_0_Status) it says > that Apache::Template is currently being ported to mod_perl 2. > > Am I right in assuming Apache::Template is not yet complete for > mod_perl 2?
There is an unofficial one: http://www.modperlcookbook.org/~geoff/modules/experimental/ But most people either write their own handler or use something like Catalyst that takes care of it. You can find more in the list archives. You may find this post particularly enlightening: http://www.template-toolkit.org/pipermail/templates/2007-January/009180.html _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
