This is perhaps another case in favor of something like arhuman's Workshop Area idea -- a place where new and seasoned alike can work together, issue and take on assignments and whatnot.

As that doesn't exist (yet), another place you might want to look to exersise your talent is programming contests -- not necessarily entering them, but in working old problem sets. I'm thinking of the ACM programming contests in particular. You can find PDF's of the 2000 regional contest problem sets at this site, and searching google will turn up other sites with contests, or past acm contest problem sets.

Now, such contests rarely have useful or practical problems in the everyday sense, rather, they are usually more abstract computer-science / algorithm / datastructure related problems (sometimes couched in real world terms, or as puzzles or mazes or some such thing). But you might find that working through some of them with Perl might be a rewarding challenge (perhaps with a decent algorithm/datastructure book at your side, like the clr book).


In reply to Re: Idea Generation for New Programmer by danger
in thread Idea Generation for New Programmer by Tuna

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.