in reply to Problems when installing Perl modules WinXP

you can configure ppm to get through firewall
  • Comment on Re: Problems when installing Perl modules WinXP

Replies are listed 'Best First'.
Re^2: Problems when installing Perl modules WinXP
by SriniK (Beadle) on Mar 29, 2011 at 14:04 UTC

    You can use this command it will automatically install what needed.

    Perl -MCPAN -e shell

    it will install the c compiler...

    and then type

    install Class::Date(Your module)

      Is it really that easy? It's never worked that way for me.


      Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
      "Science is about questioning the status quo. Questioning authority".
      In the absence of evidence, opinion is indistinguishable from prejudice.
        i am installing perl modules using this way only in Windows as well as Linux.
        It's working fine for me. Check your internet restriction and firewall.