in reply to
Re^2: Python 'is' command
in thread
Python 'is' command
Your comment clarifies exactly what I meant. However, the documentation of the refaddr function in
Scalar::Util
assures us that our operatores are comparing addresses. The user documentation for references (
perlref
) makes no such claim.
Bill
Comment on
Re^3: Python 'is' command
In Section
Seekers of Perl Wisdom