Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: Cygwin vs. Active State Perl Install

by GrandFather (Saint)
on Aug 24, 2007 at 20:02 UTC ( [id://634949]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Cygwin vs. Active State Perl Install
in thread Cygwin vs. Active State Perl Install

A module is a code library. Modules are generally written to provide a solution to some common task, although they are often written internally as a way of managing large projects.

Pure Perl modules are generally simple to install and use regardless of the Perl installation you are using.

XS modules include code written in C and need an appropriate compiler for part of the install process. They can be much harder to install because they need to be built on the target system during the install process. ActiveState avoids the XS build issue by providing a tool (ppm) that downloads precompiled modules and installs them. Cygwin provides a *nix environment and, with an appropriate compiler, can build and install XS modules from CPAN using the usual *nix tools.

I suspect that for your task you found ActiveState to be the way to go and probably didn't need to install very many additional modules in any case.


DWIM is Perl's answer to Gödel
  • Comment on Re^3: Cygwin vs. Active State Perl Install

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-24 10:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found