引用:$ tar -xzf CPAN-1.9205.tar.gz
$ cd CPAN-1.9205
$ perl Makefile.PL
$ make
$ make test
$ sudo make install
2.使用cpan安装perl模块的命令:
引用:$sudo perl -MCPAN -e shell
cpan>install POE::Component::IRC
[ 本帖最后由 Fromlung 于 2008-1-24 01:17 编辑 ]
引用:$ tar -xzf CPAN-1.9205.tar.gz
$ cd CPAN-1.9205
$ perl Makefile.PL
$ make
$ make test
$ sudo make install
引用:$sudo perl -MCPAN -e shell
cpan>install POE::Component::IRC