66% or more of the module recommendations on PM seem to be for modules that are INCLUDED with a perl distribution. Not using core modules is as silly as not using the built-in operators and functions. Sure, eventually you may want/need to overload them or subclass, or even plain rewrite them, but we usually learn to color inside the lines before we get to color theory.

Good programming results from good habits. One important good habit in most scientific disciplines is to know and understand the current state of the art. Most Seekers at PM who are given "use the module" advice have not demonstrated that they are up to speed on the state of the art (not their fault! they are good people going through the learning process!). If they were completely up to speed, they would ask questions like: "I've been using the CGI module, but it completely lacks sensible validation procedures for HTML4, so I wrote the following mods. Now why does line XX generate an error?".


In reply to Re: Modules Vs. Manual Coding by ichimunki
in thread Modules Vs. Manual Coding by Chady

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.