如何卸载perl模块?如题,如何卸载已安装的perl模块呢?[解决办法]#cd /perl* //先定位到perl<version>目录;#ls //查看有没有反安装模块;#make uninstall //执行uninstall,卸载perl.希望对你有帮助!