in reply to Re: Problems when installing Perl modules WinXP
in thread Problems when installing Perl modules WinXP

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)

  • Comment on Re^2: Problems when installing Perl modules WinXP

Replies are listed 'Best First'.
Re^3: Problems when installing Perl modules WinXP
by BrowserUk (Patriarch) on Mar 29, 2011 at 14:24 UTC

    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.