If the module (and all its dependencies) is pure perl then you could trivially bundle it with your application. CPANdeps has an option to tell you if stuff is pure-perl or not.

Otherwise if the admins won't allow you to just install stuff, take it up with your manager. If they are sensible you will need to be able to justify installing the extra software, but I'm sure you can do that. Things like "it will save development time", "it's well tested and here are the CPAN testers reports".

Remember, the sysadmins' job isn't to obstruct you (even if some of them can make it feel like it is), it's to provide and maintain the infrastructure that you and other parts of the business need.


In reply to Re: Monitoring directory contents by DrHyde
in thread Monitoring directory contents by bendir

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.