Great post. I've linked to here from New Monks Info Page as the first link.
To help newbies out as much as possible I think a little spoon feeding is the order of the day so adding inline links every time you mention a potentially (for a newbie) jargon term might help make this node even more useful than it already is.
I love your description of Tom's idiots CGI guide prose.
As per our /msg discussion here are some links I think might add value. If you just inline them into the existing text if someone does not know what a term means the answer will be there. I've escaped them so you can just cut and paste them from here:
Warnings
[use warnings vs. perl -w|"-w" or "use warnings;"] turns on all sorts of warnings about probable errors.
Diagnostics
[perlman:lib:diagnostics|use diagnostics;] # optional; causes warnings to be explained in greater detail.
Strict
[perlman:lib:strict|"use strict"] generates compile and run-time errors for certain unsafe variable, reference and subroutine constructs.
CPAN
<a href="http://www.perl.com/CPAN/">Comprehensive Perl Archive Network</a>
Modules
For module installation problems [A detailed How-To for locally installing modules|a detailed How-To for locally installing modules] and [Installing modules on Win32|installing modules on Win32] may be helpful.
CGI.pm
for reasons why you should be using CGI.pm see [use CGI or die;|use CGI or die] and
[No excuses about not using CGI.pm|no excuses for not using CGI.pm].
<code> tags
<a href="http://www.perlmonks.com/index.pl?node=Site%20How%20To&lastnode_id=83010#code"><code></a>
tachyon
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.