Juerd wrote:
The first perl I used was some version 4. Later, I found out that 5 already existed at that point, which was why many things that I read about did work on my computer, but not on the web server I was using.
Heh. I had that problem with "awk". I had the Aho, Kernighan, Weinberger book on the subject, and I was trying to follow along on a Sun box. It turned out Sun had decided that the latest version of awk was too different from the old one, and had arbitrarily renamed the new one "nawk". There wasn't any way this could be documented in the definitive book about Awk, because it had happened after the fact.

Anyway, my story is that many people were telling me good things about perl for a long time (I have no idea what version of perl this started with, but it was pretty early -- I've got some friends who are serious unix-hipsters). I ignored what I was hearing until perl 5 was almost out for roughly three reasons:

  1. I've developed the habit of ignoring hype about the latest and greatest -- when I started in this biz the word was Pascal was going to save the world.
  2. I had just bought the aforementioned "Awk" book, and I don't like to move on from a subject until I feel like I've mastered it (this means that I don't move on very often).
  3. I'd been suffering with "rn" for a long time as my main newsreader, and I absolutely hated it, and couldn't imagine why I would want to touch something written by that guy Larry Wall.

In reply to Re^2: Been with Perl since the Beginning? by doom
in thread Been with Perl since the Beginning? by ghenry

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.