Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 1999 22:51:19 -0800 (PST)
From:      perl <perl@netmug.org>
To:        Brian Tiemann <btman@ugcs.caltech.edu>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Weird perl behavior
Message-ID:  <Pine.BSF.4.05.9902262250340.19423-100000@netmug.org>
In-Reply-To: <Pine.BSF.4.05.9902261643500.2687-100000@lionking.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 = <STDIN>;
> 
> 
> 	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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9902262250340.19423-100000>