in reply to Is CGI On-Topic

AM, Here's a list that may help:

You see the pattern here?

That being said, I have to say a lot of OT subjects will yield decent answers and less chastising if 1) you mark it as OT and 2) you ask the question effectively.

-derby

Replies are listed 'Best First'.
Re^2: Is CGI On-Topic
by davido (Cardinal) on Jul 13, 2006 at 20:34 UTC

    Your criteria aren't quite accurate.

    Just because a script is written in Perl doesn't mean that the problem being addressed in the question is a Perl issue or question. If there's Perl somewhere in the mix, and the question is dealing with the Perl portion of the mix, you're on topic. But if there's Perl somewhere in the mix, and the question is dealing with SQL, or HTML, or something unrelated to Perl, you're off topic.

    Examples: "I have a Perl script and can't figure out why my SELECT statement isn't finding the correct data." -- That's an SQL question, not a Perl question.

    "I have a CGI script written in Perl, and can't figure out how to make a table." -- That's an HTML question, as long as it's already understood that print is all that's needed to output HTML.


    Dave