The question I'd ask your potential attendees, is why are they interested in Perl? What does it bring to the table that they don't have in their other languages? How can knowing Perl help them?

If you can give them a reason to do perl, and some basic resources, the rest will take care of itself.

I've listed a few things below that I think are cool bits of perliana.

PAR::Packer is worth mentioning, it solves the problem of "how do I distribute my work?".

I'd but things like strict, warnings, diagnostics, Perl::Tidy, Perl::Critic, under a "Perl Hygiene" header. Also PBP needs mention here. It's worth noting that while Perl gives you the technical freedom to hang yourself, we use cultural mores to restrict our behavior, rather than technical limitations. PBP does a good job of covering a lot of these rules and practices that have developed. A little basic hygiene goes a long way.

Test::* also deserves mention.

Inline::C and friends are also good to point out. As a C programmer, Inline::C and the Test modules are enough to get excited about.


TGI says moo


In reply to Re: RFC: How to survive your first few months of Perl by TGI
in thread RFC: How to survive your first few months of Perl by cog

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.