Help for this page

Select Code to Download


  1. or download this
    use Module::Pluggable search_path => ['MyPlugins'] require => 1;
    ## The following is not tested...
    ...
           $plugin->import();
       }
    }
    
  2. or download this
    use Module::Pluggable search_path => ['MyPlugins'] instantiate => 'imp
    +ort';