in reply to Creating reports with HTML::Template and CGI::Application
I would recommend doing the following:
If you follow that method, you're aren't tied to a given templating module. :-)
Now, C::A has nothing to do with H::T. Yeah, it uses it by default (and most C::A users also use H::T), but they are solving two completely unrelated problems. (I use H::T to templatize Apache config files that never see the WWW.) C::A is meant to simplify how pages in your application relate to each other. It sounds like you're understanding that (for the most part), but you're having issues with H::T and how to build with/for it.
------
We are the carpenters and bricklayers of the Information Age.
Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.
|
|---|