in reply to ref to read-only alias ... why?
Whether you get an alias or a copy of a read-only value is a bit of an optimization concern and it has changed previously. I'm not terribly surprised that it has changed again (and seems to change based on features of Perl you include and may have changed several times in just recent versions). I would consider Perl code that depends on this behavior to be broken much more so than I consider either behavior to be a bug in Perl.
You really want it to be a Perl bug unless for(1..3) makes $_ read-write while for(1,2,3) makes $_ read-only?
- tye
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: ref to read-only alias ... why? (notabug)
by dk (Chaplain) on Jan 06, 2012 at 15:48 UTC | |
by tye (Sage) on Jan 06, 2012 at 16:28 UTC | |
by dk (Chaplain) on Jan 06, 2012 at 17:07 UTC | |
by tye (Sage) on Jan 06, 2012 at 19:12 UTC | |
by LanX (Saint) on Jan 06, 2012 at 19:55 UTC | |
| |
by dk (Chaplain) on Jan 06, 2012 at 20:45 UTC | |
by LanX (Saint) on Jan 06, 2012 at 17:35 UTC | |
by ikegami (Patriarch) on Jan 06, 2012 at 18:33 UTC | |
by dk (Chaplain) on Jan 06, 2012 at 17:46 UTC | |
by LanX (Saint) on Jan 06, 2012 at 17:49 UTC | |
by dk (Chaplain) on Jan 06, 2012 at 18:08 UTC | |
|