Help for this page

Select Code to Download


  1. or download this
    *{$new_method} = sub { my $self = shift; $self->$main_spelling(@_) }
    
  2. or download this
    *{$new_method} = sub { goto &{$_[0]->can($main_spelling)} }