Help for this page

Select Code to Download


  1. or download this
    {
        use class Point => ISA-LIST;
    ...
        }
    
    } #end of scope
    
  2. or download this
    my $old_meth = \&Point::inverted;
    
    ...
        $y = \ $self->{y};
        goto &$old_meth;
    }