Perl包的安装

前端之家收集整理的这篇文章主要介绍了Perl包的安装前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
windows下网络直接安装: 1. ppm安装 set http_proxy=http://host:port SET HTTP_proxy=<your proxy server (you must include "http://" >,followed by a colon and the proxy port,if applicable; e.g.,SET HTTP_proxy=http://proxy:8080 ppm   install   模块名 2. cpan安装 cpan cpan>install 模块名

猜你在找的Perl相关文章