![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re^2: What esteemed monks think about changes necessary/desirable in Perl 7 outside of OO staffby tobyink (Canon) |
on Sep 11, 2020 at 08:44 UTC ( #11121602=note: print w/replies, xml ) | Need Help?? |
Potentially ambiguous. What if $it->{$key} returns a blessed scalarref that overloads both @{} and %{}? Is the next step $it->{$key}[$idx] or $it->{$key}{$idx}?
In Section
Meditations
|
|