Help for this page
my $test = Test->new(123); $test->change(345); ... my $t2 = Test->new($id); $self = $t2; # This line is broke }