in reply to LWP

Yes, PPM is a good way to do things with the ActiveState perl.

The main thing this is good for is modules which require 'make' and/or a C compiler to build.

OTOH, If you want to use funky modules which don't need a C compiler, get a copy of WinZip (http://www.winzip.com) or, although it might be a bit Unixy, GNU tar (http://www.gnu.org).
They both understand .gz and .tar files just fine.

You can then pull out the .pm files you need and move them over to your site directory.

Replies are listed 'Best First'.
Re^2: LWP
by Anonymous Monk on Feb 19, 2009 at 05:02 UTC
    But i din't find any place in tat link PPM. Please gimme a link where i can download LWP for windows.
      Hi,
      If you have ActivePerl then you should already have LWP:
      C:\>perl -MLWP -le "print $LWP::VERSION" 5.825
      Anyway, to answer your question ... to install LWP via ppm:
      ppm install libwww-perl
      Cheers,
      Rob