You should not run different versions of perl.
You (everyone) should keep your software updated and current.

If you are implying to use a 3rd party tool to work with perlish things.. Perl is opensourcy/gnuish type stuff.
'Purchasing' 3rd party tools is sketchy. It's as sketchy as using m$ C#- depending on your point of view on the industry. If by purchasing a 3rd party tool you mean paying for service of some sort.. that's different.

If you mean that your bugzilla and perl and other things are requiring different perls- something's up.
Installing diff perls, sounds like a mess in the making- depending on your level of expertise.
And if you need to ask if you can or how would you- install various perls, then I would suggest you shoudln't be messing with this.

I mean, sure, you'll get answers, you can implement, it will work. Sure. But what will it be like in 6 months, will other admins/devels get caught up in mess with this because of funny deps? Because they are not aware that there are various perls?

Perl does not curerntly implement things like requiring version x of something. You can say at least version x (modules.. ) but not version x exactly. This should be a hint- Yes for you perl gods out there, you have the bit by bit answer here- but for us intermediates, it would do good to have a little instinct.

My personal instinct is find another solution to your problem.


In reply to Re: Multiple instances of Perl by leocharre
in thread Multiple instances of Perl by jabberwocky

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.