Help for this page

Select Code to Download


  1. or download this
    sub makeMethod { 
      my $this = shift;
    ...
      my $this = shift;
      $this->{_coderef}->(@_)
    }
    
  2. or download this
    $this->makeMethod( "somenewname", "some code" );
    $this->somenewname();