Sometimes people really don't know why they want to learn Perl. This may not be the case with your group, but I've found that in any teaching, making the subject relate to the student is always a good first step. This guy is an operator right? I'd suggest trying to figure out what sort of work he's been doing, and show him how perl can make his life easier. Lay out examples of what you want to teach that are relevant to what he's been doing for the last 20 yrs. of his life and it will be much easier for him to grasp the fundamentals. Want to teach him about data conversion? Figure out an instance where he's done manual data conversion in the past and then show him how to do it in perl. That'll gaurantee an "ah-ha" moment.

Folks with little or no programming background can learn and use perl, but it's far more difficult if they don't have some way to apply the theory to concrete examples of it's use.
I didn't learn Perl to learn Perl. I learned it to make my life easier. Now I'm using it to make other peoples lives easier too.

~monk d4vis
#!/usr/bin/fnord

ps. If that doesn't work, try beating them harder.


In reply to (d4vis)RE: I need a bit of mentoring advice by d4vis
in thread I need a bit of mentoring advice by mpennucci

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.