This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix bug [perl #27839] returning @+ out of scope loses its value :
authorHugo van der Sanden <hv@crypt.org>
Fri, 5 Mar 2004 17:42:25 +0000 (17:42 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 23 Mar 2004 13:43:49 +0000 (13:43 +0000)
commit547d1dd82362229be47f8169355ee7b5b98dd403
tree4fd62b41b72056a8b236a89b7182ad4602939257
parentae3f3efdef21cd5e7aaa929b0e067c679af06832
Fix bug [perl #27839] returning @+ out of scope loses its value :

Subject: Re: Wondering about returned regex special arrays on going out of scope
Message-Id: <200403051742.i25HgPd11240@zen.crypt.org>

plus a test case.

p4raw-id: //depot/perl@22564
pp_hot.c
t/op/magic.t