When I was 16, my first job was working in artificial intelligence for my boss. I helped him implement genetic algoithms in c. I understood the broad concept, but he explain what he needed done: particular data manipulations, file maint.. it was fun. It was where I learned to write real life things for someone else for my first time.

At the same time, I was a big OS/2 person. It was fun. And the web started to take off back then. Back when irc was cool, or is it not? Anyway, I had a huge ass database bot-related data to give a web interface to. I wrote it in C. It was neat.

Eventually, I grew tired of doing things in C (18) for the web, and heard that perl was good at that, for my next project. CGIc was cool, but even using the non-perl-module way of doing it was simpler than CGIc. Thus, I learned perl4 and 5, since there was a transition between the two and needed.

Man, I still remember getting pissed about TMTOWTDI, specifically:

print("1");
print "1";
print 1;
Update: Added some other info.

----
Give me strength for today.. I will not talk it away.. Just for a moment..
It will burn through the clouds.. and shine down on me.


In reply to Re: Roads to Perl by exussum0
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.