Why I wrote my own module. It had nothing to do (really) with management decisions about purchasing, etc. It was simply easier to customize what we needed instead of going out and searching for different modules to do what I needed. I could customize the functionality to our needs and environment(s). Also, some of what we needed was simply not available in modules because essentially the routines that I have written are wrappers for external programs. I also wrapping regular modules into a routine so that I and my co-workers can quickly plug that routine into our boiler-plate code and run it without having to dig into what a module needs because my two co-workers are not as proficient with Perl as I am (although the training in that area is preceeding nicely). Those routines also cover several work-arounds that I have needed to put into place to make our job easier since it is not all that easy for me to install modules that I do need (although I have convinced one the Unix admin team leader that we need to be on the latest version of Perl when we upgrade the system we are using).

Just my 2 bits. :-)


"Ex libris un peut de tout"

In reply to Re: Litmus test: It's ok to roll your own if... by nimdokk
in thread Litmus test: It's ok to roll your own if... by davido

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.