ashwani has asked for the wisdom of the Perl Monks concerning the following question:

hi all friends, i'm begginer in Perl. I have installed perl now i want to install module::build,Version. i'm working on windows xp and want to install all these properly. plz anyone can help me. Thanks in advance ashwani

Replies are listed 'Best First'.
Re: install all perl module
by reneeb (Chaplain) on Jul 27, 2006 at 13:25 UTC
    If you're using ActivePerl from ActiveState you can use PPM to install modules:

    C:\>ppm PPM - Programmer's Package Manager version 3.4. Copyright (c) 2001 ActiveState Software Inc. All Rights Reserved. Entering interactive shell. Using Term::ReadLine::Perl as readline lib +rary. Type 'help' to get started. ppm> s Module-Build Searching in Active Repositories 1. Module-Build [0.2801] Module-Build 2. Module-Build [0.2611] Build and install Perl modules 3. Module-Build-Convert [0.21] Module-Build-Convert 4. Module-Build-JSAN [0.01] Module-Build-JSAN ppm> i 1
Re: install all perl module
by marto (Cardinal) on Jul 27, 2006 at 13:24 UTC
      Thanks martin..!
Re: install all perl module
by planetscape (Chancellor) on Jul 27, 2006 at 13:25 UTC
Re: install all perl module
by davorg (Chancellor) on Jul 27, 2006 at 13:28 UTC

    If you are using ActivePerl, then you can use ppm to install modules.

    --
    <http://dave.org.uk>

    "The first rule of Perl club is you do not talk about Perl club."
    -- Chip Salzenberg