$y->set_price( $x->get_price() ); my $price = $x->get_price(); $price *= 2; # Creates a new object. $x->set_price( $price );