A lot of the answers have focused on how to get involved in coding projects and I think if your goal is to improve your coding projects are a good place to start.

But there's another side to the 'community' aspect of Perl, and it sounded to me like you were looking for ways to be involved in that, not just in projects.

If there's a local Perl Monger's group, you could attend some meetings, and you'll probably find stuff that needs doing that requires enthusiasm, not expert programming skills. For example, at Amsterdam.pm we have projects that involve translation, writing, HTML, organization, etc. None of these will improve your Perl skills, but if you are skilled in one of these areas, your local Perl Mongers can probably put them to use in a way that will benefit the Perl community.

Or, if you want to learn some code in the process and help Perl Monks specifically, you could consider a fairly unknown or undocumented module and try to learn as much about it as possible by reading the code and testing it. When you see something in the code you're unfamiliar with, take time to explore the concept. Then you can write a tutorial or documentation to share the knowledge with other people.


In reply to (kudra: coding projects are only one way of being involved) Re: Newbie Involvement by kudra
in thread Newbie Involvement by jgallagher

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.