It's possible that people do point out modules to others, I think there are a few reasons behind that. One of the main important reasons is the re-invention of the wheel, in which you mentioned. I don't advocate using scripts or other people's code without understanding the behind the scenes. If that means coding something similar to a module or writing one's own routines, so be it. But, overall I do think that if there is a module out there that has proven to be sound to use; I don't think it's wrong to use it. As long as you don't use it blindly. I agree in the sense that one should know the 'workings' before applying a module to their program. tachyon, you have to remember... that everyone who has created a module for use to the world.. has one time been a programmer hacking out their own solution to a problem. One that they found useful and possibly thought others could share from their experiences. Those modules improve over time.. why? Because others use/experiment/play with them in their code and find shortcuts, loopholes, etc. in them.

In reply to Re: The Module Mantra by Anonymous Monk
in thread The Module Mantra by tachyon

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.