From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27755 invoked from network); 26 Aug 1999 12:06:02 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 26 Aug 1999 12:06:02 -0000 Received: (qmail 9880 invoked by alias); 26 Aug 1999 12:05:52 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7498 Received: (qmail 9873 invoked from network); 26 Aug 1999 12:05:51 -0000 Subject: Re: PATCH: Re: Files modified after a given date In-Reply-To: <199908261135.NAA15733@beta.informatik.hu-berlin.de> from Sven Wischnowsky at "Aug 26, 1999 1:35:54 pm" To: wischnow@informatik.hu-berlin.de (Sven Wischnowsky) Date: Thu, 26 Aug 1999 13:05:47 +0100 (BST) Cc: zsh-workers@sunsite.auc.dk X-Mailer: ELM [version 2.4ME+ PL48 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: From: Zefram Sven Wischnowsky wrote: > Before the string is executed, expansion is performed on it >+with the parameter tt($_) being set to the filename currently being >+tested. Wouldn't it be easier to use if the string were simply evaluated with $_ appropriately set, without this extra layer of expansion? -zefram