On Fri, Apr 01, 2005 at 08:39:52AM -0700, Luke Palmer wrote:
: I'm pretty sure that =:= does what you want.  If you have two scalar
: references, you might have to spell it like this:
: 
:     $$x =:= $$y

Unnecessary, I think.  I want

    $x =:= @y

to tell me whether the reference in $x is to the same array as @y.

Larry

Reply via email to