Yeah, I found it out at the tutorial for modules:

http://www.perlmonks.org/index.pl?node_id=260683 in 1/2 an hour of reading...

First of all, I could install all the modules at another directory outside of my Apache 2 (WAMPP) distro and add the path with a 'use lib my/path/' Perl script statement when it is required before the use module.

That would do for my case.

Besides, there is a module called ExtUtils::Installed that can take care of some of these tasks of supervising the modules that should be installed or that might be uninstalled (for some reason).

These covered all my doubts with new blessings (and I am not thinking of objects :))

Thanks a lot for 'your misterious ways of' solving my doubts.

Alberto


In reply to Re: new Perl = install modules again? by chanio
in thread new Perl = install modules again? by chanio

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.