Some responses were by Me. My english is too bad
. Anyway, I want to help the others. To my experiences, many of Perl modules in CPAN are not required nmake or make to install in MS windows. Just Unzip the package and copy to C:\perl\bin or C:\perl\lib But sometimes, we need to create a folder. for eg. “use WordNet::QueryData” has to declare in the perl program, therefore you have to create “WordNet” folder in c:\perl\lib and paste QueryData.pm in “WordNet” folder. Mostly, CPAN modules are very easy to install in Linux.
.
More information :
http://search.cpan.org/dist/WordNet-QueryData/
http://wordnet.princeton.edu/
http://groups.yahoo.com/group/wn-
perl/message/238
- MCPAN let you install perl module easily through INTERNET. If there is a dependency module, it will ask you whether you want to install.
- In Fedora Core 7, it is included in Perl package. But In Fedora Core 8 , it was removed.
- If you are using the first time, you need to configure it. If you don’t know how to answer, just say `no‘, it will configure automatically.
- If you just installed FEDORA or other linux system, pls set up “PROXY” first.
- It can be called from command line with Root password
- ] su
- root@]perl -MCPAN -e shell
- cpan> install “module name”