Installing a perl module from CPAN on XAMPP for Windows

痞子三分冷 提交于 2019-11-30 15:42:34
  1. manually download and unpack the distro archive
  2. change into the unpacked directory
  3. run cpanm . or cpan .

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!