This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
support match indices via special variables @- and @+
authorIlya Zakharevich <ilya@math.berkeley.edu>
Tue, 21 Jul 1998 23:00:35 +0000 (19:00 -0400)
committerGurusamy Sarathy <gsar@cpan.org>
Wed, 23 Sep 1998 02:42:23 +0000 (02:42 +0000)
commit6cef1e77274f883a8b06f0546efeff6e6b8660d8
treebf4b9e2bacfaee26c6b088c262fa38ed4b56dc8d
parentaca2d49724bd7cda96bf319bce3078fc016f28f9
support match indices via special variables @- and @+
Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
Subject: [PATCH 5.004_76] @- and @+

p4raw-id: //depot/perl@1800
13 files changed:
av.c
embed.h
global.sym
gv.c
mg.c
objXSUB.h
objpp.h
perl.h
pod/perlvar.pod
proto.h
sv.c
t/op/pat.t
toke.c