Since Perl modules are only files, I don't see how merely adding files that are not used now would degrade the performance of non-Perl programs.

Maybe there is a miscommunication between you and the administrator of the Informatica program/machine. Maybe the administrator means that running Perl programs on the machine will degrade the performance of Informatica. This could easily be true as there only is a finite amount of CPU and other resources which Informatica would need to share with other programs.

Maybe also the administrator does not want to do the extra work needed for installing modules.

My suggestion to you is to talk again with the administrator and find out their true motivation.

If the objection is that the machine does not have enough power for additional processes, you could find another machine to run your processes on.

If the objection is that the administrator does not want (or know) to install the modules you could offer help there or install the modules in a private directory together with your program. See local::lib and Yes, even you can use CPAN.


In reply to Re: Memory needed for perl process by Corion
in thread Memory needed for perl process by bsshetty17

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.