After getting my first job in IT, doing boring things with AutoCAD and MS Access VBA, I wanted to get into "real" programming. Java was the big hype then, so I went out and bought "Thinking in Java", 1st edition, by Bruce Eckel. Man, that was boring.

A friend told me he was learning Perl, so I looked for a decent tutorial and found:

Robert's Perl Tutorial

This contains gems like "On the Superhighway to the Portability Panacea, Perl's Porsche powers past Java's jaded jalopy."

Or "What is ActivePerl? Are the other Perls inactive?"

My personal favourite: "How to Avoid Making Mountains while Escaping Special Characters." This took a while... but after staring at this line for some time:

/http:\/\/language\.perl\.com\/faq\//;
I finally slapped my forehead...

In reply to Re: What was the bait (project, problem or opportunity) that hooked you on Perl? by jczeus
in thread What was the bait (project, problem or opportunity) that hooked you on Perl? by generator

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.