The most valuable thing you can do, is to provide documentation -- in whatever form -- of all the difficulties you encounter when learning something new, and how you overcame them. As a beginner, you have a different perspective than the language designer or module developer. And generally, documentation tends to be written by experts, for experts, which can make it hard for a beginner to get started. Since the documentation writer is an expert, it can be hard for them to remember what it was like as a beginner.
This is actually relevant for everyone: no matter how much experience you have with Perl (or programming) in general, you'll try out new modules all the time, and each time, you're a beginner with respect to that module. Keeping a diary of your initial struggles might help the next person trying that module. And someone with writer skills (that could be you!) might actually turn that into proper documentation that could be contributed to the project in question.
So go ahead and write whatever you think could help someone else in your position.
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.