I disagree slightly about "don't reinvent the wheel". If you need to get a job done, and there's already a tool that does it, then I agree - use it. But I do think there is a place for taking a crack at a problem, even when there are good solutions available. It helps to know what's involved in solving the problem, which could help you better choose which solution would serve you best. It can open you up to new ideas about programming. If the solutions don't quite fit your needs, you can make changes. And, it can be fun.

Often, professional programmers simply don't have the luxury of doing this. The PHB doesn't want them dithering around *learning* things, when they could be doing useful work. But if you've got the time, it's not always a bad idea to reinvent the wheel, if only to appreciate how well someone else made one.


In reply to Re: top ten things every Perl hacker should know by spiritway
in thread top ten things every Perl hacker should know by apotheon

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.