Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Web app frameworks - I am totally confused!

by barrachois (Pilgrim)
on Oct 06, 2003 at 20:45 UTC ( [id://297078]=note: print w/replies, xml ) Need Help??


in reply to Web app frameworks - I am totally confused!

I agree completely that the choice of template engine is a matter of taste - Template Toolkit, HTML::Template and the others are nice tools. I've tried most of them, partly because I sometimes teach this stuff and wanted to understand the various pros and cons.

For my own work I've settled on HTML::Mason. Although the installation is typically more involved than several of the others, I don't need to do that often - usually only when I re-install the whole Apache/mod_perl/Mason shebang. I like the the fact that I can create small components with any mixture of html and Perl that I like, and re-use and test them in various pages; the test/debug cycle of these components feels like what I typically need to do with Perl subroutines. I also like the fact that I don't need to learn a different "html scripting" language for use in the HTML; I can use real Perl.

  • Comment on Re: Web app frameworks - I am totally confused!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://297078]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-25 09:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found