We are using Embperl V2.0, so the use of EMBPERL_OBJECT_APP seems appealing.
We do an Execute('*') within the shell template. Can I change some request
object value to change which template '*' matches?
Thanks and regards,
Doug Rayner
Senior System Architect
Savicom: Next Generation eMail Market
I have Embperl::Object setup for a directory on my Mandrake 9.2 system.
I have base.epl defining a page layout and would like to get a cgi app
to run as if it were in a subdir of this Embperl directory. I want the
cgi app to be included in my template.
I have the standard Apache setup (with smal
Doug Rayner wrote:
> We are using Embperl V2.0, so the use of EMBPERL_OBJECT_APP seems
> appealing. We do an Execute('*') within the shell template. Can I
> change some request object value to change which template '*' matches?
>
Yes, you can set $r -> param -> filename ($newname)
See eg/web/epw
Brian Schoenhofer wrote:
> I have Embperl::Object setup for a directory on my Mandrake 9.2
> system. I have base.epl defining a page layout and would like to get
> a cgi app to run as if it were in a subdir of this Embperl directory.
> I want the cgi app to be included in my template.
>
> I have th