Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的背景是以 Windows 为中心的,我不知道如何安装我自己的“用户副本” perl,我可以在其中添加模块等。OS X 已经有自己的“系统 perl”。
perl
我perlbrew用来安装我自己的 Perl 实例。cpan Module::Name将安装模块。
perlbrew
cpan Module::Name
必须先安装带有可选命令行工具包的 XCode,以提供构建perl. (谢谢弗里多!)