How do I install Perl libraries in Cygwin?

前端 未结 5 2008
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-23 14:21

I\'m a C/C++/Java/Unix geek by trade, but now I have to write a Perl program in Windows. So I\'ve got Cygwin, Eclipse with EPIC installed, and simple test programs run. I do

5条回答
  •  滥情空心
    2020-12-23 14:38

    $ perl -MCPAN -e shell
    cpan shell -- CPAN exploration and modules installation (v1.9402)
    Enter 'h' for help.
    
    cpan[1]> install Net::TCP::Server
    

    And it's instructive to list the configuration with the o conf command.

提交回复
热议问题