Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: What is the best tool to embed perl in HTML?

by cfreak (Chaplain)
on Aug 15, 2001 at 18:09 UTC ( [id://105049]=note: print w/replies, xml ) Need Help??


in reply to What is the best tool to embed perl in HTML?

I've been using HTML::Template for over a year now and absolutely could not do without it. I've looked at other solutions like EmbPerl and they are fine but HTML::Template takes a different approach. Rather than embedding perl into the HTML documement, it separates the HTML development from Perl development by adding some specialized tags to HTML to allow for simple IFs Variables and Loops.

A few Benefits that I've noticed:
  • Its easy enough on the HTML side for the clueless web designers to understand but can be used to build complex apps.
  • It allows you to quickly change HTML documents without messing with any Perl code
  • Fast. Even allows for caching of documents when using mod_perl.

Hope that helps

  • Comment on Re: What is the best tool to embed perl in HTML?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-19 22:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found