On some platforms it's expected that Perl already exists, and this would be called "system Perl", for lack of a better description. Windows doesn't ship with Perl, and there are competing standards when Perl is actually explicitly installed (ActiveState, Strawberry, and others), each of which would install to a different path.

When a vendor ships an app that requires Perl into an environment where Perl isn't a standard component, he will often ship Perl alongside the app. This is the only way to guarantee that the toolchain is complete, particularly on platforms such as Windows where more often than not the toolchain is incomplete otherwise. This version should be considered a sort of "system perl"; one that shouldn't be tampered with if you want the apps that depend on it to continue to work. Git does this. Oracle does this. cygwin does this.

Just forget about the git Perl, and the Oracle Perl. For your own work, install one of the explicitly installed versions (ActiveState or Strawberry, for example), set your path accordingly, and get to work.


Dave


In reply to Re: Muliple perl installation sucks! by davido
in thread Muliple perl installation sucks! by Anonymous Monk

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.