Re: Embperl Object Inheritance

2002-04-16 Thread Cameron McBride
Hallo, > > What I had in mind for Embperl (using the Embperl::Object stuff) was an > > inheritance tree for the request object. But I want my base.epl to be > > in the middle: > > (the order is via my understanding of precedence, most -> least) > > > > REQUESTED PAGE -->base.epl--> de

Re: Embperl Object Inheritance

2002-04-16 Thread Gerald Richter
Hi, great that it works now! Please answer to the list also, other people may have the same problem and are happy when they find the answer in the mailing list archives Gerald > Hallo, > > > > What I had in mind for Embperl (using the Embperl::Object stuff) was an > > > inheritance tree for

Re: Embperl Object Inheritance

2002-04-16 Thread Gerald Richter
> > What I had in mind for Embperl (using the Embperl::Object stuff) was an > inheritance tree for the request object. But I want my base.epl to be > in the middle: > (the order is via my understanding of precedence, most -> least) > > REQUESTED PAGE -->base.epl--> defaults.epl > (the

Embperl Object Inheritance

2002-04-15 Thread Cameron McBride
Now that I got an idea about configuration, lets move on to usage. (thanks!!) What I had in mind for Embperl (using the Embperl::Object stuff) was an inheritance tree for the request object. But I want my base.epl to be in the middle: (the order is via my understanding of precedence, most ->