Re: Calling in known HTML files

2005-03-18 Thread Michael Smith
Thanks - that was just what I needed to know! Have a good weekend, embperlers On Fri, 18 Mar 2005 09:22:04 +1100, Gavin Carr <[EMAIL PROTECTED]> wrote: > Hi Michael, > > On Thu, Mar 17, 2005 at 09:44:38PM +, Michael Smith wrote: > > I must apologise because I've asked this question before b

Re: Calling in known HTML files

2005-03-17 Thread Gavin Carr
Hi Michael, On Thu, Mar 17, 2005 at 09:44:38PM +, Michael Smith wrote: > I must apologise because I've asked this question before but can't > find the answer. > > I have some HTML files that I want to present within an epl page. I > can do this with Execute, but I presume I'll get a small pe

Re: Calling in known HTML files

2005-03-17 Thread Ed Grimm
On Thu, 17 Mar 2005, Michael Smith wrote: > How can I tell Embperl that the file I'm including is just HTML? I > know there's a way. Include both Embperl and Apache::SSI in your PerlHandlers for your pages, and use Apache's include mechanism for your non-Embperl files. If Apache::SSI is after E

Calling in known HTML files

2005-03-17 Thread Michael Smith
I must apologise because I've asked this question before but can't find the answer. I have some HTML files that I want to present within an epl page. I can do this with Execute, but I presume I'll get a small performance improvement if I can avoid it being processed by Embperl. How can I tell Em