我是一个C/C++ / Java / Unix极客,但现在我必须在Windows中编写一个Perl程序。所以我有Cygwin,安装了EPIC的Eclipse和简单的测试程序运行。我没有可用的Unix机器,我可以运行Eclipse。
但我需要使用Net :: TCP :: Server,我不知道如何安装它。它似乎不是Cygwin Perl安装的一部分,我不想花5天时间学习Perl和CPAN和Perl配置的世界。我只是想写我的程序。
在Cygwin中安装Perl模块的任何简单方法?我正在想像apt-get install会很好,但我期望太多了,希望。
谢谢
解决方法
$ perl -MCPAN -e shell cpan shell -- CPAN exploration and modules installation (v1.9402) Enter 'h' for help. cpan[1]> install Net::TCP::Server
使用o conf命令列出配置是有益的。