blazar has asked for the wisdom of the Perl Monks concerning the following question:
I see that in modern Inside-Out class implementations, Scalar::Util::refaddr() is used to pick up an index, rather than the stringification of the reference: why is it so? To be even more agnostic about what that reference really is?
Back to
Seekers of Perl Wisdom