Hacker, author, trainer
Technorati Profile [technorati.com]
The new issue (#58) of UK magazine Linux Format contains a review of the Badger book. While they pick up on a few problems, the review is generally very positive (they give it 9/10). The last paragraph says this:
This is really an exciting area for Perl and, and these three authors are clearly passionate about the topic. The writing is sharp, to the point and - yes, this might sound odd about a topic like Perl templating - exciting. Any monkey could write a book on TT in 100 pages discussing what it does and how it works, but what these three have managed to put together is an explosion of ideas and evolutionary 'wow factor' that makes compelling reading for any Perl programmer who has looked at JSP and felt a twinge of envy.
"An explosion of ideas and evolutionary 'wow factor'" - I like that a lot
Mason or TT (Score:1)
Re:Mason or TT (Score:2)
Advice? (Score:1)
Re:Advice? (Score:2)
H::T works nicely if you have only require very simple and very limited flows or constructs within a template, it also only really works where your data (no objects or classes) structure is a hash of arrays of hashes.
Beyond that and it becomes a very specific shaped hole that few problem shapes will fit into.
TT allows you to pass in objects and interact w
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
JSP Envy!?! (Score:2)
JSP has never caused me the slightest twinge of envy. I did a lot of ASP coding when it was new and cool so I'm very familiar with the type of spaghetti code that almost inevitably results. JSP is a direct rip of the ASP concept but with the convenient, dynamic scripting language replaced with Java - the worst of both worlds!
I've found TT and Petal templates supported by a mostly invisible mod_perl framewor
Congratulations (Score:1)
--
DO NOT LEAVE IT IS NOT REAL.