in reply to Problem when installing CPAN Module

If you don't have the compiler used when perl was compiled (check the output of perl -V), then you can try cygwin (http://www.cygwin.com) that comes with a prepackaged version of gcc and perl, o try to compile perl from sources using mingw (min GNU for windows which has gcc).

hth --stephan
  • Comment on Re: Problem when installing CPAN Module