Installing a perl module from CPAN on XAMPP for Windows

前端 未结 2 1505
长发绾君心
长发绾君心 2021-01-03 08:13

I\'m pretty rusty with Perl and I don\'t think it\'s helping that I\'m running it in Windows.

I\'d like to install this module. I tried the instructions here to inst

相关标签:
2条回答
  • 2021-01-03 09:00

    XAMPP also ships with PPM in C:\xampp\perl\bin\ppm.bat which is often a more Windows friendly way to get modules for perl.

    There's a step by step example of using ppm with XAMPP here: http://www.apachefriends.org/f/viewtopic.php?t=26407

    Many modules are already installed in C:\xampp\perl\lib and C:\xampp\perl\site\lib

    0 讨论(0)
  • 2021-01-03 09:04
    1. manually download and unpack the distro archive
    2. change into the unpacked directory
    3. run cpanm . or cpan .
    0 讨论(0)
提交回复
热议问题