I'm not sure if this will help or not, but I work in a similar enviornment, but have root access to the dev servers.

There's at least 2 way's around this delema:

    1. Install your perl local to your shell and modify your LD_LIBRARY_PATH to point to the extra libs (which you've also put local to your shell.
    2. I've managed to get CPAN modules into production by packaging everything i need into an 'install' script that sysadmins have no clue what they are really installing. Long as they don't have to answer any questions during the install process they seem to let it fly without questioning it.
coreolyn Deviously Devoted Perl in the Enterprise Advocate

In reply to Re: Dynamic Charts and Graphs by coreolyn
in thread Dynamic Charts and Graphs by Jonas

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.