I sounds like you have enough knowlege and reference information to do a good job. All you need now is experience to show you which bits of wisdom are the wisest.

I'd recommend diving right in and coding now. Close the books, devise a small cgi application, and code it. One or two database tables and four to eight display pages would be a good size. The subject doesn't matter, but you will get more out of it if there are several interesting views of the data.

It is convenient to choose an application where you can import the database itself, rather than rely on public interest to populate the tables. File systems, logs and the like are handy for this. GIS, math tables, census, and academic projects can also provide for you.

Use perldoc when you need specific information. Assume that you will be using the application for years to come (it might be true). Share your code here, listen to comments.

When you're done, reread the excellent books you mentioned. Their clarity and intellegence will astound you and you will get a new round of benefit from them.

After Compline,
Zaxo


In reply to Re: Learning CGI & DBI well by Zaxo
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.