Long before my epiphany with vim I'd been using Dreamweaver for HTML authoring and digging further into it's capabilities I came across its regular expression features within Find & Replace. There was a note in "Dreamweaver Bible" referring to "Mastering Regular Expressions" which I found in a local library and from there I realised Perl was the languaged to learn if you wanted access to the full power of regexes. I next read the first 2/3 of "Programming Perl" while also trying to learn Java. By day I wrestled with Java OO and by night I relaxed with Larry Wall's entertaining tome. I only had space in my life for one "real" programming language so Perl won.

In reply to Re^2: What was the bait (project, problem or opportunity) that hooked you on Perl? by Anonymous Monk
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.