NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
My Picks (Score:2)
Like pudge, I tend to use Template Toolkit when I get to choose.
I use HTML::Mason a lot at $work. It's great for when the templates are going to be maintained by Perl programmers. If HTML authors or graphic designers are going to be editing your templates then I wouldn't recommend Mason.
The other one that's really worth looking into is Petal [cpan.org]. You can view the templates directly in your browser and they play nicely with GUI HTML editors.
Re:My Picks (Score:2)
Thank you for the tip about Mason, since I was leaning in that direction but am thinking about a project that would need to be usable by non-technical users.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Reply to This
Parent
Re:My Picks (Score:1)
I picked up TT2 very quickly and I am sure I have only scratched the surface of what it can do.
I highly recommend it.
Re:My Picks (Score:2)