[25785] in Perl-Users-Digest
Perl-Users Digest, Issue: 8024 Volume: 10
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Thu Apr 28 18:05:32 2005
Date: Thu, 28 Apr 2005 15:05:08 -0700 (PDT)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)
Perl-Users Digest Thu, 28 Apr 2005 Volume: 10 Number: 8024
Today's topics:
Re: all but one backspace <mdetomaso@bak.rr.com>
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Thu, 28 Apr 2005 21:28:16 GMT
From: "Michael De Tomaso" <mdetomaso@bak.rr.com>
Subject: Re: all but one backspace
Message-Id: <Qzcce.7300$R46.4607@tornado.socal.rr.com>
"Scott Bryce" <sbryce@scottbryce.com> wrote in message
news:-aKdnQ21VrQJl-3fRVn-vQ@comcast.com...
> Michael De Tomaso wrote:
>
>> #!perl -w
>> print "test\n";
>> print "t\best\n";
>> print "t\be\bst\n";
>> print "t\be\bs\bt\n";
>> print "t\be\bs\bt\b\n";
>>
>> D:\study\perl\WIP>perl test.plx
>> test
>> est
>> st
>> t
>> t
>>
>> Q: Why didn't the last "t" in test get pacman'ed ???
>
> You repositioned the cursor, but didn't print anything to replace the 't'.
> I would assume that the backspace is non-destructive.
Great Scott,
Thanks, I feel a bit silly, but still ever thankful sport!
... which is explained by:
print "t\be\bs\bt\b \n";
POOF :)
- take care M.D.
------------------------------
Date: 6 Apr 2001 21:33:47 GMT (Last modified)
From: Perl-Users-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin)
Subject: Digest Administrivia (Last modified: 6 Apr 01)
Message-Id: <null>
Administrivia:
#The Perl-Users Digest is a retransmission of the USENET newsgroup
#comp.lang.perl.misc. For subscription or unsubscription requests, send
#the single line:
#
# subscribe perl-users
#or:
# unsubscribe perl-users
#
#to almanac@ruby.oce.orst.edu.
NOTE: due to the current flood of worm email banging on ruby, the smtp
server on ruby has been shut off until further notice.
To submit articles to comp.lang.perl.announce, send your article to
clpa@perl.com.
#To request back copies (available for a week or so), send your request
#to almanac@ruby.oce.orst.edu with the command "send perl-users x.y",
#where x is the volume number and y is the issue number.
#For other requests pertaining to the digest, send mail to
#perl-users-request@ruby.oce.orst.edu. Do not waste your time or mine
#sending perl questions to the -request address, I don't have time to
#answer them even if I did know the answer.
------------------------------
End of Perl-Users Digest V10 Issue 8024
***************************************