Help for this page

Select Code to Download


  1. or download this
    
      use Top;
    ...
      use Top::Extend2;
      $test = plugin Top::Extend2 ($test, %settingsScopedToExtend2);
    
  2. or download this
    
    sub plugin {
    ...
            #
            return $other;
    }