The post from marto is a good one++, Re^2: Installing Perl Modules. You may not understand that the Active State .ppd file has everything needed for the installation. It is pre-compiled and "ready to go" . You must make sure that it is the right version and architecture yourself, but the ppm command prompt can install it.

I have in the past downloaded and installed a .ppd file that was not in the Active State Repository. That is rare for me and I haven't done it in some years. I have never built an AS module from "scratch". That is possible, however normally there is no need for this.

I did some googling and it is possible for you to make your own "ppm repository mirror" which you could put on a flash drive.

You might want to look at repository info, old but some info relevant.

I have no idea of the political environment at your workplace. If I were your manager, I would want that everything that you do be done in a maintainable process. If you need some module for your work, I would find a way to make that happen for you in an "official" way. If there is a reason for this that makes financial sense for the business, I would find a way. Consider the option of talking with your boss.

Things that would bolster your case: a) module has a long history, b) it is well maintained with regular updates, c)has few outstanding defect reports, d) will help me be more productive because of X. Get your "ammo" together before talking with the boss.


In reply to Re^2: Installing Perl Modules by Marshall
in thread Installing Perl Modules by 9mohit2

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.