http://www.perlmonks.org?node_id=38717

meonkeys has asked for the wisdom of the Perl Monks concerning the following question:

For instance, I want to include a common header and footer on every page, and include an ad banner on only a few pages.
  • Comment on Does ePerl include an easy way to do templating?

Replies are listed 'Best First'.
Re: Does ePerl include an easy way to do templating?
by tye (Sage) on Oct 27, 2000 at 00:25 UTC
    FYI, see RE: ePerl, just say "no" for a few reasons why you might want to consider using one of the many other HTML templating systems instead.
Re: Does ePerl include an easy way to do templating?
by Anonymous Monk on Oct 15, 2004 at 11:21 UTC
    I would say no. ePerl allows you to put perl processing within HTML code. A PERL template, on the other hand, allows you to put HTML code within it. Such template allows you to generate HTML, via subroutines, print statements,etc.