Help for this page

Select Code to Download


  1. or download this
    sub legacy_method {
       &current_method;
    }
    
  2. or download this
    sub legacy_method {
       my $self = shift;
       $self->current_method(@_);
    }