Re: Returning to a previous page

2004-03-29 Thread Doug Rayner
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

cgi app under embperl::object

2004-03-29 Thread Brian Schoenhofer
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

Re: Returning to a previous page

2004-03-29 Thread Gerald Richter
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

Re: cgi app under embperl::object

2004-03-29 Thread Gerald Richter
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