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

Greeddings I wish to know how to put perl to work with Visual studio C++, the instructions says that it only need a C compiler, and C++ is one. But i don't know how to install the Perl in a Xp operating system.

Replies are listed 'Best First'.
Re: Perl for xp
by moritz (Cardinal) on Apr 13, 2008 at 16:41 UTC
      Not to forget Camelbox which worked with surprisingly few issues (none) on my XP system. I have installed Catalyst, Moose and other heavy modules (and their XS dependencies) without fuss1.

      1 no fuss = not needing to rely on prebuilt binaries


      holli, /regexed monk/
Re: Perl for xp
by ysth (Canon) on Apr 14, 2008 at 04:37 UTC
    See the README.win32 file for Windows-specific instructions for building perl. But you probably want to just get a pre-built perl and install it, as already suggested.