I am building new versions of Perl for two environments; Linux and Solaris. We still have just a few jobs that run on Solaris otherwise I'd bail on Solaris in a huge way, but for now, I need both, so I chose perlbrew to facilitate the builds.

What's the best way to set up perlbrew for this? After a bunch of playing around and testing, I arrived at the approach in which I install a single instance of perlbrew in the default location (~/perl5/perlbrew) and then set PERLBREW_HOME to directories that differ only in the final path element, which is derived from `uname -p`, but that doesn't seem to provide the separation that I really need. Additionally, the docs suggest that, on the related topic of building for two different hosts, I set both PERLBREW_HOME and PERLBREW_ROOT, though there is no indication as to whether in this case, PERLBREW_ROOT should be set prior to installation of perlbrew.

The problem I'm having is that it's not clear what the PERLBREW_HOME and PERLBREW_ROOT actually do in the context of installing perls and using different ones on different platforms.

So, the options appear to be 1) installing perlbrew into the default location and then setting PERLBREW_HOME for subsequent Perl installs; or 2) installing perlbrew into separate locations on each platform, setting PERLBREW_ROOT on each platform prior to installation, and then setting PERLBREW_HOME appropriately on each platform.

Can anyone provide guidance or clarity here? Thanks.


In reply to Setting up perlbrew for Linux and Solaris by bergbrains

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.