简体   繁体   English

activestate perl Windows-查找所有已安装的xs模块

[英]activestate perl windows - find all installed xs modules

For prepairing a perl upgrade, i wanted to know which perl xs modules are installed for my local activestate perl 5.16 installation. 为了对perl升级进行预配对,我想知道为我的本地activestate perl 5.16安装安装了哪些perl xs模块

Does anybody know how i could get such a list of perl modules? 有人知道我怎么能得到这样的perl模块列表吗?

I'm not sure how easy it is to properly differentiate between 'installed packages' and 'installed XS packages'. 我不确定正确区分“已安装的软件包”和“已安装的XS软件包”有多么容易。

The latter will very likely have been installed via PPM, so you should be able to list them with ppm list . 后者很可能是通过PPM安装的,因此您应该可以使用ppm list列出它们。

dir /s/b *.dll from your AP's lib and site\\lib directory. 您的AP的libsite\\lib目录中的dir /s/b *.dll (I think those in lib came with AP, and those in site\\lib were installed afterwards.) (我认为lib是AP附带的,而site\\lib是后来安装的。)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM