I get the same problem.

The crowd I work with is bureaucratic, overly so. This makes it hard to install new modules, I dealt with this by getting my own box and getting rid of the sys admins.

That's not an option here. Talk to your sponsors, bribe your sysadmins. Get a separate perl set up (maybe):

/usr/bin/perl5.6/perl with libs underneath /usr/bin/perl5.005/perl .. /usr/bin/perl symlinked to per5.005 - change to 5.6 for upgrade.

Use the explicit path for your 5.6 scripts, you'll probably be able to leave them alone when 6 comes out unless you change them to use perl6.0.

My 2p. Standard caveats apply - I am no security expert.

PS Be nice to your sysadmin. They get flack for problems but no praise for installing new software. Life is hard...


In reply to Re: Icky Gross and Disgusting @INC Kludges. (code, discussion) by Mungbeans
in thread Icky Gross and Disgusting @INC Kludges. (code, discussion) by deprecated

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.