jcwren quite astutely points out the other side of the argument, but don't forget to read the part where he says he's using some outlandish examples.

The important thing to remember about modules is CGI, LWP, DBI, and the XML::Parser. Unless your first name is, say, Lincoln, Gisle, Tim or Alligator, or Larry, you're not likely to sit down and write a module with that much functionality and quality from scratch. (These people tend to have the kinds of jobs where they don't have to fight over installing a module or two.)

There are a handful of very important modules that do their jobs so well and so completely that not using them is not only costly in terms of time and labour, but even hazardous from a security standpoint.

I think most managers who fall under the category you describe just don't realize how tricky it is to read an RFC and implement it in a useable and workable way. They wouldn't ask you to write a web server, why would they ask you to write your own code for handling CGI?


In reply to RE: Getting managers to accept Perl modules by chromatic
in thread Getting managers to accept Perl modules by Fastolfe

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.