I recently (within the last 4 months) accepted a position sheparding/mentoring a team of new Perl programmers. I have been doing Perl development for around 5 years and I would consider myself competent, but by no means an expert in all matters. My team of 5 consists for the most part of Cobol programmers and business analysts, and have been developing very well over the last 4 months. We do have one individual who seems to be having difficulty.

This person came up the ranks as an operator and has been working with computers (mostly MVS systems) for the better part of 20 years, but they seem to be having problems grasping the basics of Perl programming, and of programming in general. They have done some Cobol programming, however when I assigned them a simple data conversion project, they were a bit overwhelmed. Even after sitting down with them and explaining a basic "divide and conquer" type of algortithm (to the point of open the input/output files, read in each line, unpack the line into its elements...) they were still very confused and overwhelmed.

I know that this person is trying very hard, but it just doesn't seem to be clicking yet. I have purchased a copy of the book Elements of Programming with Perl and I hope that this will help them achieve some sort of "Ah-ha" reaction, however I am looking for some sort of further advice/strategies that I can take to help them out.

Any advice would be more than welcome.

Thanks - Mike

In reply to 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.