in reply to RE: Embedding Perl in HTML
in thread Embedding Perl in HTML

I took a look at PEE and immediately thought: yeah, but all it does is Embed Perl in HTML... it is rare the dynamic content generation is all that one wants out of Perl and a website, in which case complete Web Application Development Environments are more appropriate.

For example, it is imaginable that you also want

  • sessioning
  • caching
  • HTML-based database querying and navigation
    • Comment on Embedding Perl in HTML is the tip of an iceberg