Fellow Monks:
As an old timer, who is a newbie coder (and a new initiate) I think that one reason many people never become proficient at writing perl is the abundance of scripts that are already out their, and are available to use.
Speaking only for myself, I have always been able to patch scripts together, and to get something to work (but I never learned much) It has been my experience that the only way I have learned to do anything is to learn from my mistakes.
What I have found most useful is a script that I copied from a book, to grep through the FAQ's for information.
I find that 90 % of my errors are syntax related that are explained quite well, when I use 'warnings' and 'strict'.
It is my belief that the best way for the expert coders at the monastry, to help newcomers, is to encourage them to just write code, with the help of a good book and the perl documentation.
Reading books but not writing code
does not work as I have already tried that; sometimes you just have to do it.
Fortunately, I am getting to the point now that I can write short scripts that do not generate errors, but they will not do what I want them to do either. However, I am very pleased with this as I consider it progress.
Perlmonks is a magnificent resource and an exceptional pool of talent. I consider myself fortunate to have found this site.
emcs
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.