Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    sub is { return refaddr $_[0] == refaddr $_[1] }
    
    print is($x,$y) ? "True\n" : "False\n";  # True