I started with BASIC (TI 99/4a, Commodore, Apple, and other such systems in the early 1980s). About 1985 or 1986 I got my first Intel-based system with DOS and so started using GWBASIC (at least I think that's what it was called back then). Then one day my dad brought home this magazine he was getting for free at work called "Dr. Dobb's Journal" and suddenly I realized that the world was a much bigger place :)

From there I learned pascal and then after dabbling with that for a year or two I taught myself C by translating the programs in DDJ from one language to the other. Then I went to a university and learned about this wonderful new language called C++. Then in the early 1990s I started playing with unix-based systems and learned vi, sed, shell, awk, and all of the other nifty tools you get with unix.

In 1992 I got a student job at a research organization where they used perl for data processing and so I had to learn perl. I had only just bought the AWK book a few months earlier, but once I started hacking perl, I don't think I ever touched awk again except for the occasional one-liner or to maintain some one else's code.

In 1993 I bought the pink camel and I have been using perl regularly ever since. I didn't transition to perl5 until 1996 but I've thoroughly enjoyed perl since the moment I started seriously programming in it.


In reply to Re: Roads to Perl by duff
in thread Roads to Perl by gunzip

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.