I wonder if - in your experience - there is any problem that the average Windows-Office user faces every day and gets tired of that can be easily solved by a beginner in Perl...

The last person I `converted' I found pasting entries from a huge MS Word document into a form that populated a database. I demonstrated that it was possible to knock up a two-minute script that split the lines into records and executed a corresponding INSERT statement. ``Okay, maybe it is time I learned some of this'', was the reply.

The first thirty pages of the Camel deal exclusively with basic theory - that's more like what you read after you've been inspired than your inspiration. Show your friends how Perl can let them sit around drinking coffee when they would otherwise be performing some mundane administrative task and they'll be sold.

MB

In reply to Re: Cases for teaching Perl by matthewb
in thread Cases for teaching Perl by l3nz

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.