Sounds to me like your two versions of Perl have at least some directories in common between their @INC members. You can actually get away with that, but it requires really knowing what you are doing and choosing some non-default configuration options when you build the Perls that will share some of their directories. Disk has gotten much cheaper since the idea of sharing @INC directories between different installs of Perl was first considered. You are better off just making sure that each Perl has completely separate places to look for its modules.

So the best idea might be to un-install one of your versions of Perl and then re-install that version but built such that it won't have any @INC directories in common with the other version.

- tye        


In reply to Re: Image::Magick Crashing Server (@INC sharing) by tye
in thread Image::Magick Crashing Server by sstevens

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.