in reply to Re: Erm? Bug or not? Weird behaviour in hash / list conversion
in thread Erm? Bug or not? Weird behaviour in hash / list conversion
[me@host]$ perl -e '$x = [%y = (1,2,1,2)];' Bizarre copy of ARRAY in anonlist at -e line 1. [me@host]$ perl -e '%y = (1,2,1,2); $x = [%y];' [me@host]$
|
|---|