Help for this page

Select Code to Download


  1. or download this
    INCLUDE = ;C:\strawberry\c\include;C:\usr\lib\CORE;
    LIB = ;C:\strawberry\c\lib;C:\usr\bin;
    ...
    and even added this :
    PERL5LIB = C:\usr\site\lib;
    
  2. or download this
    tie %Config, 'Config', {
        archlibexp => 'C:\\usr\\lib',
    ...
        version => '5.10.0',
    };