Help for this page

Select Code to Download


  1. or download this
    export PERL5LIB = ...path/to/lib
    
  2. or download this
    use ExtUtils::MakeMaker;
    
    ...
    WriteMakefile(
       ...
    );
    
  3. or download this
    # --- MakeMaker post_initialize section:
    export PERL5LIB = ...path/to/lib