On Tue, Oct 16, 2001 at 07:41:46PM +0530, Gargi Bodke wrote:
> hi
>   i have been asked to suggest an architecture to seperate the business
> logic from the html.
> how is this done in modperl? i guess by using functions for the business
> logic.
> is there any other way?

There are a large number of solutions to this.  A few are:

   Apache::ASP
   HTML::Embperl
   HTML::Mason
   Template::Toolkit and Apache::Template

For a list of modules involving templates:

   http://search.cpan.org/search?mode=module&query=template

   139 modules found in 52 distributions matching 'template' 
 
> also does modperl support object oriented programming?

mod_perl is but Perl embedded in Apache.  mod_perl supports the full
expressiveness of Perl.

Reply via email to