If you have a day or two, you don't have much time, so every moment counts. Here are some meta goals you may wish to consider:

  1. Get 'em hooked
    • The introduction is the hardest part. A lasting impression is going to keep them future-engaged.
    • This goes back to what JavaFan pointed out. First, you have to understand what your participants need. Then, you need to convey how Perl can solve their problems effectively and easily. Think CPAN synopses -- show short, real-world applicable, snippets of code.
    • Oh, and you need to keep this part terse too. Drag it long and you lose the initial bang!

  2. Get 'em started right away
    • Craft a basic program (readline loop, hash, regexp), and show how you'd run it.
    • Explain the basic syntax. Refer to what Ratazong mentioned.
    • Have the participants code hands-on (after presentation). Help them overcome their initial "awkwardness". Help them past their first mistakes and have fun.
    • Live demo, if you're up to it.

  3. Lay 'em some simple rules
    • Rules cultivate habit that would help when they're initially on their own.
    • I really like the list from toolic and what it represents. It's practical, it's simple, it serves as a base guideline. Also, it has passed by hardware designers (and trust me, they're one the pickiest, most paranoid bunch of people ;-)

  4. Show 'em where to get help
  5. Show 'em CPAN
    • Explain the reasons why one would leverage CPAN code.
    • Explain how to grab and use a CPAN module.
    • Yes, even you can use CPAN
    • Show off the cool stuff.

In reply to Re: Design a Perl training day by repellent
in thread Design a Perl training day by GrandFather

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.