From owner-freebsd-stable Fri Feb 26 22:52:46 1999 Delivered-To: freebsd-stable@freebsd.org Received: from netmug.org (netmug.org [204.188.144.33]) by hub.freebsd.org (Postfix) with ESMTP id 062DD150C3 for ; Fri, 26 Feb 1999 22:52:44 -0800 (PST) (envelope-from perl@netmug.org) Received: from localhost (perl@localhost) by netmug.org (8.8.8/NetMUG_1.0.0) with ESMTP id WAA19576; Fri, 26 Feb 1999 22:51:19 -0800 (PST) Date: Fri, 26 Feb 1999 22:51:19 -0800 (PST) From: perl To: Brian Tiemann Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Weird perl behavior In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG That isn't perl doing that. It looks like somehow you got stty status ^H (or whatever your backspace key is) set. Michael On Fri, 26 Feb 1999, Brian Tiemann wrote: > > Perl seems to be doing some odd things on my 3.1-STABLE box (last > built 2/23). Here's a sample script: > > > #!/usr/bin/perl > > print "Type: "; > $input = ; > > > At the prompt, if you hit Backspace, it prints out this line: > > load: 1.14 cmd: perl 83389 [ttyin] 0.00u 0.00s 0% 980k > > This doesn't happen on my other box, running 2.2.8-STABLE. > Has anyone else seen this? > > Brian > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message