#fetch http://www.perl.com/CPAN/src/stable.tar.gz

# tar zxvf stable.tar.gz

# cd perl-5.16.1

# sh Configure -de

# make(会需要一段时间)

# make test(执行一次测试)

# make install

# reboot(执行 perl -v 查看Perl版本信息)

相关文章:

  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
  • 2021-10-09
  • 2021-06-11
  • 2021-06-11
  • 2021-06-20
猜你喜欢
  • 2021-12-11
  • 2021-07-17
  • 2021-04-19
  • 2021-09-06
  • 2021-09-21
  • 2022-02-26
相关资源
相似解决方案