Hello, I installed a Linux distribution and Perl about 4 or 5 years ago and I haven't touched the configuration since. I plan to install a new distribution soon and in looking over the Perl installation I think I may have problems. I used to install modules into a nonstandard directory, e.g. /Data/Perl and then set the environmental variable PERL5LIB to point to the correct directories. The reason for doing that is that it makes it easier to test a module and determine whether or not to keep or remove it rather install it into the /usr libraries. I did this, if I recall correctly, by using make --prefix=/Data/Perl or something similar. It seems with the recent modules I can't do that. I suppose I could hand edit the Makefile, but I'll probably goof up. So the questions are: 1. Am I correct in assuming that the --prefix= option is gone now? 2. An suggestions on how to install into an unofficial directory and set an environmental variable to point to it? Thanks in advance for your help klee12

In reply to Configuring Perl by klee12

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.