One thing that I really like in Perl is getting something to work very quickly and very easily. Think how easy "Hello world!" is in Perl compared to other language that may need to load methods/modules etc first. Then how quickly you can modify that to do different things.

When I learnt Welsh at university the class I did (evenings) used wplan which is based on the techniques that Israel uses to teach new immigrants Hebrew - the main focus is to get to use the language quickly so you can practice it in real situations. I think the same is true in programming - get to actually do something with the language, have a goal, and then get all the syntax and stuff right later. Get to do something "fun" as early as possible


In reply to Re: RFC: Perl Learning Plan by tweetiepooh
in thread RFC: Perl Learning Plan by Leitz

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.