Return-Path: Delivered-To: apmail-perl-embperl-archive@www.apache.org Received: (qmail 81086 invoked from network); 28 Jul 2005 05:36:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jul 2005 05:36:05 -0000 Received: (qmail 94560 invoked by uid 500); 28 Jul 2005 05:36:04 -0000 Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 94298 invoked by uid 500); 28 Jul 2005 05:36:02 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 94281 invoked by uid 99); 28 Jul 2005 05:36:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 22:36:01 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [194.95.226.11] (HELO neptun.ecos.de) (194.95.226.11) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 22:35:54 -0700 Received: from 127.0.0.1 (localhost [127.0.0.1]) by neptun.ecos.de (Postfix) with SMTP id 1F9F74153F; Thu, 28 Jul 2005 07:35:58 +0200 (MEST) Received: from lnx1.i.ecos.de (lnx1.i.ecos.de [10.11.11.102]) by neptun.ecos.de (Postfix) with ESMTP id F266F4108A; Thu, 28 Jul 2005 07:35:57 +0200 (MEST) Received: from wingr2 (unknown [10.11.12.250]) by lnx1.i.ecos.de (Postfix) with ESMTP id E547827F322; Thu, 28 Jul 2005 07:35:57 +0200 (CEST) From: "Gerald Richter" To: "'Neil Gunton'" Cc: Subject: RE: [$ hidden $] bug in 2.0? Date: Thu, 28 Jul 2005 07:35:47 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <42E7A174.2080505@nilspace.com> Thread-Index: AcWSu/Nlp3onrnQ7TCmDEa0LCHgl3AAeYOLQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Message-Id: <20050728053557.E547827F322@lnx1.i.ecos.de> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Neil, > > I'm attaching the Embperl tar and the source file. You should > be able to duplicate what I am seeing using these... if not > then maybe reality is becoming even more distorted here in > America than I thought! > > ;-) > > Let me know if/what you see... > I found the difference. You really used a "bug" in the 1.3 parser. You wrote [$ hidden $] and I wrote [$hidden$]. The difference is the space after the hidden. The 1.3 parser interprets this space as an first empty argument. You can get the same result with [$ hidden , $] (with or without spaces) in Embperl 2. I think the way Embperl 2 behaves is more predictable and clean. I don't think it makes sense to move this bug over to Embperl 2. You can simple do a s/hidden/hidden ,/ in your code and things should work with both versions. Gerald --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org