Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I am new to perl and sometimes work on windows and sometimes on linux. I wanted to install xml::xpath for activestate perl.
In general, how do you know if a module is suitable for windows? For example, here is the page for the xpath module. How do i know its suitable for windows? http://search.cpan.org/~msergeant/XML-XPath-1.13/XPath.pm
I tried to install the package though the package manager ppm but the module wasn't in the list of available modules. How should i have updated the ppm repositories to make this module visible?
I installed the module from something i saw on the internet: C:\Documents and Settings\Administrator>ppm install xml-xpath I believe this is going to the active state repository. Is that correct? How do you know what modules are in the active state repositiry and what they are called?
I believe i could also have just downloaded and unzipped the code and copied it to the appropriate location (providing it is a pure perl module and suitable for window?)Is this correct? I don't install things very often and end up getting confused every time!
thanks a lot
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: problem installing modules for activestate perl
by marto (Cardinal) on Dec 03, 2010 at 16:07 UTC | |
|
Re: problem installing modules for activestate perl
by MishaMoose (Scribe) on Dec 03, 2010 at 16:17 UTC | |
|
Re: problem installing modules for activestate perl
by dasgar (Priest) on Dec 03, 2010 at 17:08 UTC | |
|
Re: problem installing modules for activestate perl
by elef (Friar) on Dec 03, 2010 at 21:01 UTC |