Help for this page

Select Code to Download


  1. or download this
    use YourModule qw( List Of Plugins );
    
  2. or download this
    use File::Spec;
    sub import {
    ...
            require $fullname;
        }
    }