Good strategy

But I dunno, exercises are boring while work is interesting

unless you're dealing with actual beginner programmers who need to do every single exercise cause they haven't computers before,

I wouldn't lecture/exercise past an hour or two with perlintro

Have them read perlintro, go over one or two sample programs, answer any questions about that document

Then give them a copy of Modern Perl and Learn Perl in about 2 hours 30 minutes and perlfaq and

Then have them do actual work, write programs to solve actual work related problems

here is the problem guys ... for this task you'll need doc://split , doc://File::Find::Rule, perldoc://Path::Tiny ... if you're stuck refer to the docs/faqs/books ... We'll meet back here in 3 hours for snacks and code review / q'n'a session

While they the students are writing the programs, you the teacher write the test suite, maybe your own solution of the problem if you've the time and the next actual work problem that needs solving

Then 3 hours later, code review that program together, be the best interactive eLearning LanX you can , get them on the right track and the company style, plug the knowledge holes, have them finish well

Then repeat


In reply to Re^2: Free eLearning material for Perl? by Anonymous Monk
in thread Free eLearning material for Perl? by LanX

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.