Perl was my first real programming language. I had been getting to grips with front-end web development (HTML, CSS and Javascript) for about a year and half then around May 2000 I was reading "Dreamweaver 3 Bible" trying to advance my search and replace skills. At the end of the relevant chapter was a short introduction to advanced search and replace using regular expressions followed by a reference to Jeffrey Friedl's "Mastering Regular Expressions". That short introduction to regexen in "Dreamweaver 3 Bible" lit a fire. Since childhood I've always been fascinated by secret languages, especially concise, mathematical codes. I first came across algebra in my dad's Encyclopedia Brittanica years before I encountered maths. at school. Regular expressions looked magical and powerful so I tracked-down a copy of Friedl at one of London's many libraries. As I read the book from cover to cover it quickly became apparent that not only was Friedl a Perlmeister but the book emphasised the primacy of Perl as the programming language for wielding regexen. "Mastering Regular Expressions" was also part of the O'Reilly Perl library which quickly led me to Larry Wall's "Programming Perl". Those 2 books not only introduced me to Perl but they are also extremely well-written books which continue to inspire me to this day when I dip into them from time to time. Perl was very popular when I encountered it in the Spring of 2000. Lincoln Stein's CGI.pm was widely used and after I learned how to use MySQL I had 2 new super-powers. I've since developed a passion for several other languages, notably Clojure and Ruby, but Perl will always have a special place in my life.

In reply to Re: Why did you become a Perl expert (or programmer)? by gunzip
in thread Why did you become a Perl expert (or programmer)? by QM

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.