my $b = $a; # copy the reference, to pass a single object around my $c = $a->copy; # create a copy, to have a new object like the old one