How many quality sources do you need? There are several good beginner books on Perl, the learn.perl.org website, the beginners mailing list, and many places to ask Perl questions. Both perl.com and perl.org link to these resources, and they show up in a lot of answers.

Lots of people have a hard time learning any new subject, but that's because it's new. Think of it like driving in a city you haven't been to before.

As for re-inventing the wheel, that's just going to happen. It's a stage of development. If you wanted to solve that however, you wouldn't be solving a Perl problem because that programmer would have the same re-invention problem in any language. The real problem is that you can't have instant, expert experience. Indeed, Simon Cozens talks about this in Advanced Perl Programming (and in my interview with him).

But now that you've started all this, how about making some concrete suggestions? Out of all the things that a lot of volunteers are doing for free to promote Perl, what more do you want? As I said in my first reply, there are people who do things, and there are people who talk about things. Which one are you going to be?

--
brian d foy <brian@stonehenge.com>

In reply to Re^3: How would you rewrite perl community? by brian_d_foy
in thread Would you rewrite perl community? by Eyck

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.