Perl 如何添加repository

前端之家收集整理的这篇文章主要介绍了Perl 如何添加repository前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
  • if you use ppm version 2 (the default with Perl 5.6)
    (you can read a line like PPM interactive shell (2.2.0) ...etc)
    type the following command at the ppm prompt PPM>:
      set repository BdP http://www.bribes.org/perl/ppm
    then type the command:
      set save
    to save the changes.
  • if you use ppm version 3 (the default with Perl 5.8)
    (you can read a line like PPM - Programmer's Package Manager version 3.0.1.)
    type the following command at the ppm prompt ppm>:
      repository add BdP http://www.bribes.org/perl/ppm
  • if you use ppm version 4 (the default with Perl 5.10)
    Click the Edit menu,then Preferences and select the Repositories tab. Fill out the fields in the Add Repository pane and click Add:


类别:默认分类 |

| 编辑 | 删除
| 添加到搜藏 | 分享到i贴吧 |浏览( 3) | 评论 ( 0)

猜你在找的Perl相关文章