OP asks "How CGI becomes on-topic.It is "Common Gateway Interface" isn't it."

ahh.... <sigh>.....Indeed it is, and that definition does not rule out C or any other language. But... to be on topic here, your question should have a specific perl component; in other words: we'll be most receptive if your question relates to using perl with the CGI protocol

    Well, in reality, I think you'll find most questions entitled or labeled with CGI here will draw a common reaction/assumption/inference -- namely, that "OP is asking about using a perl script, in a CGI context." unless the question specifically asks about some other language.

OTH, many questions re Apache shade towards "how do I make Apache do x?" That's a question best directed to the folks who wrote/maintain/focus on Apache. MySQL questions directed to interfacing with perl tend to be received, receptively... but not the questions that boil down to "I haven't bothered to study the documents, but please teach me MySQL." Same goes for .html questions: you may find Monks forthcoming about how to template a web page and use perl to keep it up to date -- since their are modules specifically for that purpose... but when the question runs toward "what's wrong with a <p> tag inside a <span style="futz:foo; bar: blivitz;"> ?" -- well that's better directed to the readily available documentation (see, for example, http://www.w3c.org) or communities where .html is "Topic A."

And if you don't know what's an appropriate site to post some particular question, you probably haven't taken the trouble to learn enough of the basics of the subject to guide you. And that does tend to make folks grumpy.


In reply to Re: Is CGI On-Topic by ww
in thread Is CGI On-Topic by Anonymous Monk

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.