Errors and functions and modules are all part of the same programing. You can see the success of some comands and why others fail. (but you know that finally it should all end as expected, don't you?)
You need to know them all. That means, practice.
Everybody needs to be able to read a log file and understand what was happening when your code was executed. Nobody is able to stay watching their scripts while they are working all the day long. So, the errors at the log files report how did it all work while you were not present. You also need to post your errors when you make a question here. Errors, explain a lot more than what our experience might know.
Everything that the errors might mean that you don't understand can be found at the perldocs. At this state of the perl language, it is very difficult to discover something that so many developers might have missed fixing, I guess.
But, I am sure that what would amaze you, like it does to me, is how many things can be achieved with this crazy perl language! Try all what the perldocs suggest, and you will see!
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.