I suspect most people learn Perl without using modules at
first. Certainly my Baby Perl was very C like (even though
I was never a very good C programmer), and I always "wrote
my own." For instance, I wrote a BLAST paser the the people
over at
BioPerl wrote better, and I've
written several html parsers that mostly worked. For me, it
took a while of writing Perl to realize that not only that
CPAN existed, but that it could really, really help me. And
it was even longer before I realized the Perl Monks existed,
and I expect it is that way for the majority of Perl coders.
Granted, we do get a few complete newbies here asking questions
that could be and usually are answered with GCC (that's Go Check
CPAN). Are we doing them a disservice? I suppose that is a
possibility, but all it really means is that they will learn
Perl differently from how I did. I never used strict before
I came here, so the complete newbie will use CPAN modules
but also use strict, so it is a trade off. The fact is, eventually
the newbie will have to do something that is not found at CPAN
and will have to write something from scratch, and be enlightend.
Scott
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.