Instead of teaching the group how to use perl you should consider taking one programmer aside and tutoring them. After you see what works in that context, put together a new presentation.

I would also stay away from discussing best practices such as using qx() instead of ``, and save that for after they are up and running. It would also be wise to have them all read Perl Best Practices - but again, after they understand the basics.

As they are coming from stricter languages it is a very fair question to ask about the difference between single and double quotes. In some languages that difference is used for creating a string, or for a single character. I agree with your supervisor - don't teach alternative quoting. It just isn't important enough at this point.

Above all make sure you teach them to always use strict and warnings. They will feel more comfortable if the language doesn't overdo the DWIM behaviour.

Take this as an opportunity to expand your own knowledge by teaching others. There are countless things that everyone "knows", but that they do not know how to explain. Discovering how to explain them often teaches you a great deal.


In reply to Re: strange responses to inhouse perl training by imp
in thread strange responses to inhouse perl training by jim_neophyte

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.