in reply to Re^3: thoughts on creating modular perl for web application
in thread thoughts on creating modular perl for web application

Because PHP started life as a Perl templating module
Interesting. I had no idea. The funny thing is, afaik, Perl has way more templating options than PHP. I know of only one in the PHP world -- Smarty. Other than that, PHP code ends up being a mess of logic and display all munged together, much like Cold Fusion or ASP code does.

--

when small people start casting long shadows, it is time to go to bed
  • Comment on Re^4: thoughts on creating modular perl for web application

Replies are listed 'Best First'.
Re^5: thoughts on creating modular perl for web application
by merlyn (Sage) on Mar 15, 2005 at 20:24 UTC
    I have to chuckle every time I hear about Smarty (even though I haven't seen it). The idea that a templating language would need another templating language is just ludicrous. {grin}

    -- Randal L. Schwartz, Perl hacker
    Be sure to read my standard disclaimer if this is a reply.