Are you to code for internal use, for a variety of customers, or for wide distribution? The answer should determine how many versions of perl you'll want to have around. They can be installed with a version prefix allowing the binaries to mix in the same directory.

Work to forestall institutional resistance to installing additional modules. Plenty of arguments for that can be found here at perlmonks. You can't easily prevent people from installing modules in their home tree, and it would be useful to help them do that. It's not hard to write a perl program to create a ~user/.cpan/MyConfig.pm file set up for ~user/lib/perl5 and to provide $PERL5LIB to the login shell environment.

The advice about cvs is crucial. Make sure it is a somewhat dedicated development machine and have your many perl versions on it. You don't want production concerns and development needs to interfere with each other.

After Compline,
Zaxo


In reply to Re: Perl Management by Zaxo
in thread Perl Management by xenchu

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.