This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix parsing problems with the // operator.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 25 Aug 2002 18:42:46 +0000 (18:42 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 25 Aug 2002 18:42:46 +0000 (18:42 +0000)
commit6f33ba736d46c2f5bfdb2405fd09d82ec18a1d07
treef5863be8476f45a5a89f4a8149544dd685f3f482
parent4f2c4fd8672a69832963d72529d4a1e84c6fcacf
Fix parsing problems with the // operator.
Make // able to follow various unary operators used without
arguments or parens (shift, pop, getc, pos, readline,
readlink, undef, umask, and the filetest operators), as
well as the <FH> operator.

p4raw-id: //depot/perl@17777
perl.h
t/op/dor.t
toke.c