windows 下 安装perl 包 失败

windows 下 安装perl 包 失败

windowxp+ active perl 5.8.8+ VS2003 我下载了一个 poe-1.003.tar.gz
我用winzip解压后,里面有lib, mylib,t,examples 目录,还有其他一些文件,makefile.pl等等。
我是不是直捷把lib里面的pm拷贝到perl lib目录下即可啊?

我看有些介绍说windows下要perl makefile.pl
                                         nmake
                                         nmake test
                                         nmake install 来安装。如果在包中发现.c.h之类的文件。
我又下了一个其他包Win32-Sound-0.49,可我运行nmake,总是说找不到命令,但我在vs2003下找到了,难道我要把nmake也拷贝到这个包中吗?

谢谢!
开始,程序,Visual Studio,命令行
又是一个奇怪的人,最近越来越多了。

怎么明明安装的是ActivePerl,而且自己又不会编译东西,反而非要去自己编译,费时费力而且不讨好,配置环境真的那么好玩?最简单的办法,莫过于随便开一个命令行,ppm install "POE",即使真的要编译,进入Vs的cmd环境,perl -MCPAN -e "install POE"好了,又何苦跑去寻找zip然后解包再编译安装?
的确,ActivePerl用ppm安装模块最简单了,我提供几个安装包的搜索地址:
针对版本5.8的有

http://www.bribes.org/perl/ppm, for the www.bribes.org Perl 5.8 repository
http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58 (ActivePerl Build < 819) / http://theoryx5.uwinnipeg.ca/ppms/ (ActivePerl Build >= 819), for the uwinnipeg Perl 5.8 repository
http://trouchelle.com/ppm/, for the trouchelle Perl 5.8 repository
http://ppm.tcool.org/archives/, for the ppm.tcool.org Perl 5.8 repository


针对版本5.10的有

http://www.bribes.org/perl/ppm, for the www.bribes.org Perl 5.10 repository
http://trouchelle.com/ppm10/, for the trouchelle Perl 5.10 repository
http://cpan.uwinnipeg.ca/PPMPackages/10xx/, for the uwinnipeg Perl 5.10 repository

至于怎么用,Google一下吧。