Help for this page

Select Code to Download


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