I have been looking through several Catalyst tutorials and they are all inclined to use the Template Toolkit instead of HTML :: Template.
I spent a lot of time on HTML :: Template, and I like it, and while I see the power of TT, I donβt know, and it seems to me that I will learn two things at once; plus, because it does its processing in the template, I'm not sure where my HTML code is: Template $template->param(foo => \$bar); will even go!
Does anyone know a good sample tutorial / code using HTML :: Template?
perl catalyst template-toolkit perl-html-template
Ambrosechapel
source share