Another issue (I think) with learning any new programming language is that there are usually two parts: the language itself, and then the associated "library". In the case of perl, you can spend a lot of time reading books about the core language, but to really get the most out of the language you have to learn how to take advantage of CPAN. There are people out there who think it's easier to write their own quick-n-dirty parser rather than learn XML::Parser. Or write their own template system rather than learn HTML::Template (or Template toolkit), etc. Many of the questions here on PM are answered by "use module so-and-so". The big difficulty (for me) is keeping up on what already exists, and how to best use it (sometimes documentation and examples are lacking, even if the code is really good).
Other languages have the same problem: if you want to learn C++, there are tons of books on the core language, but to do real work you'll also need to learn about the STL, and boost, etc.
It's like having to read (and digest) an encyclopedia before you ever get started, or else you risk reinventing the wheel. I believe the sheer amount of material one must learn is intimidating to many people. And to older people, who have jumped through this hoop multiple times, you get weary of having to do it yet again.
For me, the effort spent learning perl has been well worth it. So I'd say hang in there and keep studying. Besides, all of Randal's books are hilarious! None of my college professors had any sense of humor at all.
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.