Fellow Monasterians,

I'm trying to understand CPAN modules. I use them and have installed them (amazingly), but I'm not getting what happens with all those files and make... commands.

I spent several hours today trying to install CPAN modules on my shared web host today by following the host's directions for getting them into my private directory.

I finally gave up and tried Installing Modules on a Web Server which I had to read several times because I didn't believe it. All I apparently have to do is copy the lib folders into the directory in my home that I'm using for modules and set the use lib... in my script.

It was too easy. No telneting in, no make test commands. Maybe it's just web installation that is that easy. Anyway, my question is, what happens behind the scenes during a typical install and what is all that text that goes streaming by in the terminal? What is the difference between FTP'ing the folders and the typical "make" installation?

Thanks in advance.


—Brad
"The important work of moving the world forward does not wait to be done by perfect men." George Eliot

In reply to What does module installation really do? by bradcathey

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.