I'd say you have a good list of books, and a good bit of advice here with all the other Monks' comments.

The only thing I have to add to this list are the modules themselves. I don't know how many times I have actually looked at the code in the DBI.pm module (or any other for that matter) to actually figure out what was going on. The perldoc is definitely helpful in most cases, but sometimes it takes a look at the code to "get it right" and really understand it.

I also agree strongly with the "just do it" philosohpy, and it sounds like you are further along in your understanding of the process that I was when I started (and that was on a project for a client!).

And as Zaxo was saying, share your project (or bits of it) here, and watch the help you get from the Brother Monks. I'll tell you, it sure has helped me seeing the code and comments!

D a d d i o


In reply to Re: Learning CGI & DBI well by Daddio
in thread Learning CGI & DBI well by legLess

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.