in reply to Re^2: Python 'is' command
in thread Python 'is' command

you assume references. I don't know what python's is() does but I would expect any Perl is() to handle both is($x,$y) and is(\$x, \$y).