Problems with EmbperlObject (now with sample source)

2001-09-05 Thread Rainer Perl
Title: Problems with EmbperlObject (now with sample source) Hi again, while I was trying to track down the problem, I found something else... have a look: /base.epl: [- Execute('*'); -] /main.epl: This is the main-file We're now calling the sub... [- Execute('sub.epl'); -] /

Problems with EmbperlObject

2001-09-05 Thread Rainer Perl
Title: Problems with EmbperlObject Hi, I'm having some strange problems with EmbperlObject (running via apache/mod_perl; Embperl 1.3.3). Here's my layout: /base.epl: [- Execute('*'); -] I'm requesting /subdir/main.epl, it just cotains: [- Execute('../main.epl'); -] /main.epl has