And I'll disagree with both of you ;-)

Biker sez:

Look around of what already exists. Decide to do something that noone has done (well) so far.

For a first-time project, I wouldn't recommend trying to beat out everyone and design something completely original. You'll waste a lot of your time coming up with the idea, and the point was to learn Perl better, not to sit around trying to figure out a great idea for a project.

So just pick something you think you can learn from. Who cares if you're reinventing a wheel? You're learning. Yes, there are some things the open source community needs more of (and many it needs less of ;) but those should be reserved for the second project.

hossman said:

There are already lots of perl projects out there that you can contribute to. Working on an existing project can have all of the benefits Biker described

For those who haven't been involved in any open source development before, it would be better to start their own project from scratch. This would allow them to do all the design themselves, which is at least as important as writing the actual code. They won't miss out on colaborative development this way either if their project can attract other developers.

As for marketability, starting an open source project probably looks better on your resume to most employers than contributing to one. It also helps you develop language-independent design skills, which is a good thing.

To reduce the number of flames I should note that yes, as a side effect if everyone followed my suggestions the noise/signal ratio of open source projects would increase. It is however usually pretty easy to discern the quality of a project, and when you consider that this means more people are learning through open source development, I don't think it's much of a problem.

Update: Here's a couple of relevant HOWTO docs you might want to take a look at:

Best of luck :).


In reply to Re(3) The next step by cjf
in thread the next step by emilford

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.