Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Perl modules in Windows

by ajt (Prior)
on Nov 05, 2003 at 16:38 UTC ( [id://304769]=note: print w/replies, xml ) Need Help??


in reply to Perl modules in Windows

Hi,

There are several ways to add modules, depending upon what the module is.

If it only contains Perl code then you can download it from CPAN and install it manually or use the CPAN shell as normal. You will need to get hold of nmake.exe from Microsoft first.

If it needs compiling then you need to get a compiler, or get some one else to complie it for you, and then install via ActiveState's PPM tool. Be aware than their PPM repository is only a sub-set of CPAN, and is often out of date. However you can also use PPM to install modules from other PPM Repositories.

One final option is to install Cygwin and use the version of Perl in there, and you will be able to install most things from CPAN as normal.

See also:

Good luck!


--
ajt

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://304769]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-26 00:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found