On Aug 29, 2010, at 6:48 PM, Father Chrysostomos wrote: > See ticket #1804. This bug occurs with list assignment as well: > > $ perl5.13.4 -le' $f = *a; *$f = {}; print $f' > *main::a > $ perl5.13.4 -le' $f = *a; (*$f) = {}; print $f' > HASH(0x8039f0) I’ve attached a patch for this. I recommend against applying it, though. When I had almost finished writing, I realised what the real problem was. That is described in ticket #77810.Thread Next