I'm one of those people who doesn't always run to CPAN every time I have a problem that I think someone else may have solved before. But I do agree that CPAN is one of the Best Things About Perl, so, after questioning my motives for a while, here's what I came up with:
  1. CPAN is enormous, with much duplication. How do I know which module to choose from a group of similarly-named modules?
  2. Sometimes I like the challenge of solving the problem myself.

That's it. Maybe with more experience, I'd start to recognize more author names on CPAN and associate them with quality modules - to help me avoid spending too much time on the bad/old/poorly maintainted ones. That might help me avoid #1 more frequently.
I do tend to avoid modules that have not been updated recently, especially if they have low version numbers.

And - for what I do with Perl - I often have the luxury of playing with the problem on my own for a while. I like this.

Now, I *do* go to CPAN immediately when I know of a specific module that I think will be helpful. I've done this with Text::Template, CGI (of course), LibXML and others. To figure out what module to try, I come here and play with Super Search. But when I have a problem and don't know where to start to find a module, I'd rather try to figure it out myself first.

I'm not "afraid" of using a module. Just sometimes don't know where to start, and other times feel up to a challenge.


In reply to Re: UTFM - Use the Friendly Modules by mrbbking
in thread UTFM - Use the Friendly Modules by thunders

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.