This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [ID 20011114.118] chop and chomp bind too tightly
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 15 Nov 2001 08:57:06 +0000 (08:57 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 15 Nov 2001 13:22:57 +0000 (13:22 +0000)
commit313c9f5cdd9c2881025ae80733bae6b0f1cb11f9
tree5bfce0c022618d04f8d4244834f13682725ae690
parentbf1f881789eedea18ed5f17829aaa1c73d7cf6f7
Re: [ID 20011114.118] chop and chomp bind too tightly
Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>

chop() and chomp() are not real list functions,
so let's not have them overrideable.  (Casey will
be confused since in #7071 he patched the other way.)

p4raw-id: //depot/perl@13018
pod/perlfunc.pod
toke.c