Return-Path: Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 51645 invoked by uid 500); 10 Sep 2001 15:18:54 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 51605 invoked from network); 10 Sep 2001 15:18:54 -0000 Message-ID: <00be01c13a0c$224dff00$0a0c0b0a@gr.ecos.de> From: "Gerald Richter" To: "Rainer Perl" , "Embperl ML (E-Mail)" References: Subject: Re: Problems with EmbperlObject (now with sample source) Date: Mon, 10 Sep 2001 17:20:31 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I don't get this error here, could you set EMBPERL_DEBUG to 0xf7c7cfd and send me the resulting embperl.log file from the requests ? Gerald ------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: richter@ecos.de Voice: +49 6133 925131 WWW: http://www.ecos.de Fax: +49 6133 925152 ------------------------------------------------------------- ----- Original Message ----- From: "Rainer Perl" To: "Embperl ML (E-Mail)" Sent: Wednesday, September 05, 2001 1:56 PM Subject: 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'); -] > > > /sub.epl: > >

> We're now in the sub, and we'll do some tests here... > [$ if 0 > 1 $] >

Wow, that's what I call a bug! > [$ else $] >

Everything OK > [$ endif $] > > /subdir/main.epl: > > [- Execute('../main.epl'); -] > > Now, I'm requesting /subdir/main.epl, it gives me: > > --snip-- > > > > This is the main-file >

> We're now calling the sub... >

>

> We're now in the sub, and we'll do some tests here... >

Everything OK > > > > > --snip-- > > Ok... and now I'm adding /subdir/sub.epl: > >

> This is subdir/sub.epl, I'll now call ../sub.epl... > [- Execute('../sub.epl'); -] > > Again, I'm requesting /subdir/main.epl. But now it gives me: > > --snip-- > > > > This is the main-file >

> We're now calling the sub... >

>

> This is subdir/sub.epl, I'll now call ../sub.epl... >

> We're now in the sub, and we'll do some tests here... >

Wow, th > > > > > --snip-- > > Could someone please try this, to see if it is a bug or just something with > my setup...? > > Regards, > > Rainer Perl > > P.S.: I'm afraid my company's exchange-server will convert this message to > html - sorry about that, beyond my scope :( > --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org