Re: is $1 really readonly?
by avarab other posts by this author
Jul 17 2008 3:11AM messages near this date
Re: is $1 really readonly?
|
[perl #57024] Copying values from %+ appears to leak memory.
On Thu, Jul 17, 2008 at 8:47 AM, Torsten Foertsch
<torsten.foertsch@[...].net> wrote:
The numbered capture variables aren't readonly as of 5.9.5, they now
behave like tied variables with a STORE method that croaks. See the
text under "numbered_buff_STORE" in perlreapi
(http://perldoc.perl.org/perlreapi.html)
Thread:
Torsten Foertsch
avarab
Torsten Foertsch
avarab
|