in reply to Is there a Apache::Template HOWTO

Keep in mind that there's no reason you need to use Apache::Template. Calling Template Toolkit from a mod_perl handler only takes a few lines of code. You can find examples in the tutorials that come with TT.

Replies are listed 'Best First'.
Re^2: Is there a Apache::Template HOWTO
by adrianh (Chancellor) on Jul 23, 2003 at 16:00 UTC

    I second that suggestion. I find it is often simpler to write a custom handler, rather that use something based on A::T.

    Sometimes it's easier to produce something simple and specific rather than trying to shoehorn your code into a generic framework.