in reply to Apache handler for Apache2 and Template::Toolkit
There is a version of Apache::Template that works with mod_perl 2. If you check the TT mailing list archives, you'll find it. However, there's no reason you have to use Apache::Template. Writing a handler for calling TT is easy and definitely the simpler way to go if you need custom functionality, like setting up a bunch of data before running the template.