Does anyone have any suggestions on how to do this?my $manager1 = Manager->new({ id => 1 }); my $manager2 = Manager->new({ id => 1 }); if ($manager1 eq $manager2) { print "They are the same object\n"; } else { print "They are different objects\n"; }
In reply to Class::Std problem by Herkum
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |