ChinaUnix.net
相关文章推荐:

perl cpan 初 使用

使用cpanperl模块时,好像前面的make,make install都通过了,到最后的make test就总是报错。。这样有没有关系?模块装上了没有? 另:我怎么知道我装的模块装上了啊?? Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-14 Failed 14/14 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed -------------------------------------------------------------...

by glady4me - Perl - 2004-03-24 21:37:05 阅读(1338) 回复(3)

相关讨论

各位老师,请教个问题,请问如何使用cpan中的module,是需要把cpan中的.pm文件先放到perl安装目录下的lib中编译,然后再在命令行中运行 perl makefile.pl语句么,请教各位老师,小弟来乍到。

by andyhau791010 - Perl - 2008-06-06 10:38:13 阅读(1171) 回复(1)

请教一下: 在sun4u sparc SUNW,Sun-Fire-480R下安装了CGI::Session。不是超级用户下安装的,使用perl Makefile.PL LIB=/home/sdbadmin/perlModule 。 接下来,想运行下测试代码。 #!/usr/bin/perl -w use lib '/home/sdbadmin/perlModule'; use CGI::Session; my $session = new CGI::Session() or die CGI::Session->errstr; print "test end***\n"; 然而,结果确是: Use of uninitialized value in concat...

by marscld - Perl - 2007-12-11 15:08:35 阅读(1183) 回复(2)

我刚刚学习perl,想用cpan安装bioperl模块,为什么老是出错啊,这个错误倒是什么意思? 怎么解决? 谢谢大家阿! cpan> install Bundle::cpan cpan: Storable loaded ok Going to read /root/.cpan/sources/authors/01mailrc.txt.gz cpan: Compress::Zlib loaded ok Going to read /root/.cpan/sources/modules/02packages.details.txt.gz Warning: Your /root/.cpan/sources/modules/02packages.details.txt.gz does not contain...

by scau_2005 - Perl - 2007-07-05 09:45:33 阅读(2027) 回复(1)

第一次执行 perl -Mcpan -e shell 的时候,需要配置一些参数,例如cpan的站点等。 请问:如何重新配置呢?谢谢

by diyself - Perl - 2009-05-07 10:03:11 阅读(1742) 回复(7)

像任务管理器里process 那一个tab 里看到的一样,不知道用什么系统命令可以获取,或者有现成的模块可用的?

by linhao - Perl - 2007-12-12 11:34:41 阅读(1237) 回复(1)

当你增加perl的pm包时,你可以更改/usr/lib/perl5/5.88/cpan/Config.pm里面的pm下载url,我的在第40行

by shijiang1130 - Perl - 2008-09-18 14:48:13 阅读(1414) 回复(0)

为什麽有TAR包又有PM结尾的东西?这两个有什麽区别?

by coolc - Perl - 2003-07-14 10:56:46 阅读(1048) 回复(1)

公司的代理服务器需要ISA验证,我试了一下perl 的http代理模块,好像是不成功的,相信设置都是对的,另外rh9上的netscape好像也不支持这种验证,fedora4上的firefox是可以的。 不知道大家有没有什么想法,怎么解决?

by UJoe - Perl - 2005-10-27 09:44:20 阅读(1453) 回复(5)

在Windows下,有很多perl IDE可用,在Linux和Solaris下就好像没有了,有时调试perl程序时用perl很麻烦,探索了一下,emacs可以调试perl程序。 当然牛人可能不用IDE,我不是牛人,所以我还是要用IDE。 If you have perl installed on your computer, you may debug a perl script by simply typing "alt-x perldb" "perl -d myscript.pl". Once the command is entered, you will see 2 buffers in Emacs, the top buffer is the de...

by zeki709 - Perl - 2004-11-26 22:55:13 阅读(1539) 回复(0)