Here are some links for the various popular learning theories. Also, if you Google 'learning theory' you will get more sites, but they will mainly fall into the same categories.

The problem people have when teaching a computer language or technical subject is the (false) assumption that all people learn the same way. It simply isn't true. Some people require a more active approach; others are adult-type learners that want actual problems and immediate gratification; many Perl coders are self-learners and you only have to show them the manual/pod, etc. From your description you are using more of an adult-learner approach and you are getting feedback that it is not working. My recommendation is that you stop doing that immediately. Walk over and take the materials away and tell your co-worker that you are going to help him/her using a different approach. Then research the different approaches and choose one that better matches your co-worker's learning style.

What happens if you don't do this? Your co-workers will likely hate this language. They will probably also start to dislike you for foisting it upon them.

Lastly, I completely disagree with the use of log files for teaching elementary Perl. Simple data constructs, variable assignment, string manipulation, simple regexes, debugging and getting Perl installled/running are topics of primary importance because they must be used all the time. Parsing large files is not something you will do all of the time, and therefore should not be promoted too early any more than the use of sockets.

Celebrate Intellectual Diversity


In reply to Re: Log parsing exercises for Perl beginner - reasonable? by InfiniteSilence
in thread Log parsing exercises for Perl beginner - reasonable? by mikeraz

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.