yanghongjun 发表于 2015-12-27 13:55:50

perl出现"Can't locate getopts.pl"的解决方法

  perl出现"Can't locate getopts.pl"的解决方法。
  这个错误是因为perl从5.16开始,移除了getopts.pl (http://search.cpan.org/~rjbs/perl-5.16.0/pod/perldelta.pod#Removed_Modules_and_Pragmata)
  如何去把这些被移除的模块加回去呢,如果仅仅是将getopts.pl这一个文件添加回去,是不管用的。
  我们需要做的是:安装Perl4::CoreLibs这个模块。
页: [1]
查看完整版本: perl出现"Can't locate getopts.pl"的解决方法