I got started when I was my employer's "internet expert". This was back in 1994 or so, and "internet expert" meant that I'd used email when I was at university and had once seen (but not used) a web browser. I was given a task to put a local estate agent's listings on this new-fangled "world wide web" and provide a way for interested customers to contact the agents. This led me to Matt's Script Archive and the infamous formmail, and to some of his other stuff too. Of course, as requirements grew, those scripts didn't *quite* do what we needed, so I had to update them, and that's how I first learned perl.

I then later learned perl *properly* by ending up using it a *lot* a few jobs later and through getting in contact with the rest of the perl community via comp.lang.perl.misc and then being one of the founder members of my local Perl Mongers group.

Perl wasn't my language of choice. After my initial dabblings, I then got seduced by Java, and the job I really learnt perl in was one where I was originally employed to be a Windows NT admin and Java programmer - and did neither, as I was immediately put onto a perl project running on Solaris, which I ended up adminning as well. Perl and Java (and C, and all the other ALGOL-family languages) can all be treated as being pretty much identical, so getting up to speed and becoming a vaguely useful developer took about a week of *using it*. Becoming an *expert* - that took years and I'm still learning.


In reply to Re: where did yall learn perl? by DrHyde
in thread where did yall learn perl? by DanielM0412

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.