My introduction to Perl was through CGI also. About 3 years ago I was helping some friends do a website and they had used items for sale that they wanted to be able to update, so I started with the thin blue CGI book, which didn't do a hell of a lot, but picked up Coriolis's Black Book and the Camel book and actually made the thing work for the most part.

Looking back, it's probably the worst code I've ever written, and someday when I get some free time I'll go back and rewrite the thing.

After doing that small CGI script, I did a blackjack simulator to gain more practice in Perl but ended up taking a course at the local community college.

The only problem I have now is that since I've learned Perl, I dream in code, and there is nothing worse than a bug you can't find dream or an infinite loop nightmare. : )

There is no emoticon for what I'm feeling now.


In reply to Re: Rolling into Perl by Popcorn Dave
in thread Rolling into Perl by robartes

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.