As a beginner to the Perl language, albeit with experience in other high-level languages, I'd welcome such a resource, and if it's anything like what I'm envisioning, it would be great to use as a quick command reference for everyone.

I've been gleaning my Perl knowledge from the third edition of the Llama, which prevented me from running away screaming and sitting in puzzlement as to where the Perl vectors are. ( thanks merlyn++ ), lurking around USENET and from PerlMonks (although admittedly the obsfucated section scared me away for a couple of months, until I realised that you were trying to be difficult, and Perl didn't have to look like that. :) )

I would really like to see a Perl Glossary with information about all the commands, modules, and general commentary about the community surrounding the language, written by Perl users collectively. The sort of information we'd need (though this depends on what is trying to be explained) would involve:

Of course, it's not supposed to replace all the existing resources we have (and we can leave some of the more subtle jokes of the community undocumented to surprise new initiates), but it would be a good thing to keep around, and I know that I would like to research modules etc. in order to learn more about them (and I'm sure that people who contribute to the glossary might learn new things about their chosen entries from other monks too.)

Any thoughts?

-- rozallin
The Webmistress who doesn't hesitate to use strict;


In reply to Re: Is a Perl glossary necessary? by rozallin
in thread Is a Perl glossary necessary? by Dragonfly

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.