On Fri, 20 Apr 2001, Francesco Pasqualini wrote:
> But are there in the mod_perl architecture some guidelines and/or
> frameworks that encourages the MVC design patern ? I think that
> Apache::ASP could be (for example) the right tool, adding the
> "forward" feature.

The forward feature looks like an ordinary include to me.  Is there any
real difference between that and the Apache::ASP version?

$Response->Include("filename.inc", @args);

In addition to Apache::PageKit, you might want to check out the
documentation for Template Toolkit, especially
http://www.template-toolkit.org/docs/default/index.html.

- Perrin

Reply via email to