From owner-freebsd-questions Fri Feb 1 5:32:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cartman.private.techsupport.co.uk (cabletel1.cableol.net [194.168.3.4]) by hub.freebsd.org (Postfix) with ESMTP id 91D8F37B404 for ; Fri, 1 Feb 2002 05:32:48 -0800 (PST) Received: from ceri by cartman.private.techsupport.co.uk with local (Exim 3.31 #1) id 16Wdne-0000Fs-00; Fri, 01 Feb 2002 13:32:18 +0000 Date: Fri, 1 Feb 2002 13:32:18 +0000 From: Ceri To: Steven A Cc: parv , freebsd-questions@freebsd.org Subject: Re: PERL way too slow on cat operation; me wonders what is going on Message-ID: <20020201133218.B440@cartman.private.techsupport.co.uk> References: <20020131212634.A13452@abyss.cs.uchicago.edu> <20020201050637.GA4068@moo.holy.cow> <20020131230950.B15426@abyss.cs.uchicago.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020131230950.B15426@abyss.cs.uchicago.edu>; from salyari@cs.uchicago.edu on Thu, Jan 31, 2002 at 11:09:50PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Jan 31, 2002 at 11:09:50PM -0600, Steven A said: > yea it is a typo > > oops > > this doesnt change anything, i still have the problem > > > cat 80megfile.ps | perl cat.pl > output.ps What about cat 80megfile.ps | perl -pe '' > output.ps ? That's gotta be the easiest round of perl golf I ever played. Ceri To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message