I understand what you are saying. You don't want to rely on prepackaged solutions so much that you don't have the opportunity to learn and to improve. That's a good attitude to have.

On the other hand, if you roll your own recursive file finding algorithm or (and you all knew this was coming) a CGI handler, you'll have something that works in 80% of the situations with very little effort. Unfortunately, the other 20% of the time, it'll take ten seconds for someone in the know to point out where it breaks. I don't want to spend the next week reading three or four RFCs and guessing at what's broken in a sea of web browsers, robots, servers, standards, angels and daemons.

At some point, both of us have to get our work done. That doesn't mean that I didn't take apart File::Find the other night, trying to put a nicer interface on it, or that jlp didn't rip out most of CGI so we could make it sing and dance a little better. Heck, some people here have even read the Perl source code in spots. (Other spots I wouldn't recommend.)

I'm all for learning. Download the module. Read the code. Figure out what it's doing and why. I'm just not going to advise people that before they get any work done they need to build their own computer, install Linux From Scratch, delete Configure.sh and write their own Makefile before they can feel comfortable downloading something like LWP.

There may be a handful of third graders who could write a passable sestina, but let's give them a chance to copy stuff from the chalkboard before we push them too hard.


In reply to Re: Newbies and Modules... by chromatic
in thread Newbies and Modules... by snafu

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.