Re: Calling an Apache::ASP page from an Apache::Registry script

2002-02-26 Thread Perrin Harkins
Andrew Ho wrote: I've been investigating other template systems to try to find similar functionality in an existing package for a non-Tellme related project and haven't been able to find any embedded-Perl solutions that can be called from a .pl and still have the benefits of template caching.

Calling an Apache::ASP page from an Apache::Registry script

2002-02-25 Thread Andrew Ho
Hello, Apologies if this has been asked before; I searched the archives but couldn't find a reference to this. It's been discussed in the context of MVC design a while back, but I don't have a solid answer to the following question: can you call an Apache::ASP page from an Apache::Registry

Re: Calling an Apache::ASP page from an Apache::Registry script

2002-02-25 Thread Joshua Chamas
Andrew Ho wrote: Hello, Apologies if this has been asked before; I searched the archives but couldn't find a reference to this. It's been discussed in the context of MVC design a while back, but I don't have a solid answer to the following question: can you call an Apache::ASP page from

Re: Calling an Apache::ASP page from an Apache::Registry script

2002-02-25 Thread Andrew Ho
Hello, AH...can you call an Apache::ASP page from an Apache::Registry script? AHCouched in MVC terminology, can I forward control from a .pl controller AHto a .asp template, and pass arguments in a natural way? JCThe safest thing to do right now would probably be to do an external JCredirect to