Re: Subroutine Inheritance

2005-05-25 Thread Derrick Spell
I want to set up a method accessed from the request object that will allow me the option to create a page title based on the path to the page. What I was thinking was: In your page you say [! Execute ({isa => 'title.epl'}) !] In your title.epl you say [! Execute ({isa => '../title.epl'}) !]

Re: Embperl 2.0rc4 ?

2005-05-25 Thread Matt Bockol
Greetings Gerald, I'm eagerly awaiting RC4 as well. Can I safely use the builds located here: http://cvs.apache.org/snapshots/embperl Thanks, Matt Bockol Gerald Richter wrote: Could someone create the final version of this. I am trying to set up an Apache 2.0.54 server with mod_perl 2.0.

Embperl not being processed

2005-05-25 Thread Derrick Spell
Does anybody know what could make Embperl stop processing a page? I have a page that is being processed by Embperl::Object - i know because my template is being applied - but at the bottom of the requested page I have some output of fields in $udat. These statements are being passed direc

RE: Subroutine Inheritance

2005-05-25 Thread Gerald Richter
> title "Base : Level 0". Is there anything I can do to make > the Execute isa in the base.epl actually include the > title.epl in the requested directory? > Change the [! Execute({isa => 'title.epl'}); !] in base.epl to [- Execute({isa => 'title.epl'}); -] , because the search path is not s

RE: Embperl 2.0rc4 ?

2005-05-25 Thread Gerald Richter
> > I'm eagerly awaiting RC4 as well. Can I safely use the > builds located here: > > http://cvs.apache.org/snapshots/embperl > Yes, you can. In case you have trouble building the CVS version I can send you and update by private email Gerald > Thanks, > Matt Bockol > > > > Gerald Richt

Re: Subroutine Inheritance

2005-05-25 Thread Derrick Spell
title "Base : Level 0". Is there anything I can do to make the Execute isa in the base.epl actually include the title.epl in the requested directory? Change the [! Execute({isa => 'title.epl'}); !] in base.epl to [- Execute({isa => 'title.epl'}); -] , because the search path is not set when

Re: Embperl 2 for Apache 2 on SUSE Linux 9.3

2005-05-25 Thread Kaare Rasmussen
Hi > do you have LoadModule embperl_module "/path/to/Embperl.so" in apache > config? Thanks for the advice. I did include it in the configuration file, but it is alas one of the files that SUSE decides to overwrite on startup. It wants to do some magic so I have to do some un-magic so it can

Re: Embperl not being processed

2005-05-25 Thread ___cliff rayman___
Derrick Spell wrote: Here is the snippet of the page that isn't being processed. It happens to be the only Embperl on the page: [+ $udat{time} +] [+ $udat{pathway} +][+ $udat{referrer} +] Turn on all the Embperl debugging flags to show everything going on. Request the page, th