From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.help Subject: Re: Differences with perld amd cmdline perl -d Date: Tue, 18 Feb 2003 23:21:55 GMT Organization: Still searching... Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1045610862 7843 80.91.224.249 (18 Feb 2003 23:27:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 18 Feb 2003 23:27:42 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18lH8s-000210-00 for ; Wed, 19 Feb 2003 00:27:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18lH7F-0008FZ-01 for gnu-help-gnu-emacs@m.gmane.org; Tue, 18 Feb 2003 18:25:33 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!news-lei1.dfn.de!news-fra1.dfn.de!news.tele.dk!news.tele.dk!small.news.tele.dk!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr15.news.prodigy.com.POSTED!cbca52ab!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Cancel-Lock: sha1:WkCotyeH9zhurguPAhKih5XdB8w= Original-Lines: 13 Original-NNTP-Posting-Host: 63.202.233.77 Original-X-Complaints-To: abuse@prodigy.net Original-X-Trace: newssvr15.news.prodigy.com 1045610515 ST000 63.202.233.77 (Tue, 18 Feb 2003 18:21:55 EST) Original-NNTP-Posting-Date: Tue, 18 Feb 2003 18:21:55 EST X-UserInfo1: OH[]BVGAFRVURUXXARKFOPLI[B]NQHMHCIXNMRQIMASJETAANVW[AKWZE\]^XQWIGNE_[EBL@^_\^JOCQ^RSNVLGTFTKHTXHHP[NB\_C@\SD@EP_[KCXX__AGDDEKGFNB\ZOKLRNCY_CGG[RHT_UN@C_BSY\G__IJIX_PLSA[CCFAULEY\FL\VLGANTQQ]FN Original-Xref: shelby.stanford.edu gnu.emacs.help:110356 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6858 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6858 Harry Putnam writes: Typo ALERT > > while () { > chomp; > print FILE_BK " ^^^^^^^^^^^^^^^ Should have been: push @input,$_; > }