Help for this page
{ use class Point => ISA-LIST; ... } } #end of scope
my $old_meth = \&Point::inverted; ... $y = \ $self->{y}; goto &$old_meth; }