Help for this page

Select Code to Download


  1. or download this
    $self->get_mref->($self, @args);
    
  2. or download this
    sub get_mref {
      my ($self) = @_;
    ...
    }
    
    $self->get_mref->(@args);