I very much agree with you. While the site's main focus is (and should remain) Perl, the truth is that good effective programming requires more than syntactical mastery of the language you're using.

We've discussed various things that could be considered off-topic, such as Unix file systems, Apache configuration, database design, and even the Windows API. All of which I've personally found educational, interesting, and (more importantly) useful.

Now, I know some disagree--and that's fine--however, I personally believe that good programming requires a lot of seemingly random knowledge, not all of which can be found in the POD.

Personally, I'd like to see people think about sharing more of these fiddly-bits and focus less on "pure" topicality.

As far as your specific tutorial goes, I think it's useful and would like to see it more broadly available (even if we only link to it). Why? Because it contains a lot of good information useful for those learning to use Perl to write CGI scripts. (I know I could have used such a resource when I was starting.) Perhaps we need a "Related Topics" (or perhaps "Prerequisites") section in the Tutorials?

--f


In reply to Re: When is OT really OT? by footpad
in thread When is OT really OT? by tachyon

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.