Basic questions aren't the problem. "What is a hash?" is a very basic question, one I have no problem answering because you could read the docs ten times, and until you make that conceptual hop, you aren't going to grok hashes.

The basic nature of some questions mask fundamental ignorance and/or discourtesy many find so annoying. Instead of wondering whether basic questions are bad, we should discourage bad questions in general. Here are some phenotypes that appear to be too basic, but are bad for other reasons:

"This script doesn't work when the input is 6. Why?"
Beats me. Make the effort to describe your script, your problem, and what you have tried, or dial Psychic Friends next time.

"Help me, dammit!"
The people here provide help as a courtesy. They are under no obligation to help you, doubly so if you are rude.

"URGENT! URGENT! URGENT HELP NEEDED!"
I will be glad to provide you Perl support on demand. Let me know where to fax my fee schedule. Otherwise, if you are expecting professional services for free, you business model is fundamentally flawed.

"I need a program to download satellite telemetry data into a web acessible proprietary database. Please write it."
see above

"I have this CGI script with Javascript that uses this C program to run some SQL to load to a mySQL database, and..."
Figure out which technology is failing you. If it is Perl, let us know.

"I don't care about Perl, I just want this to program work."
Well, we do care about Perl, and the purpose of forums like this is to foment community and advocate its use. Friendly help is a happy side effect. Free tech support is not. If you wish results without illumination, you should hire a real Perl programmer, and consider a career in middle management.

In reply to Too basic isn't the issue... by indigo
in thread Are there questions to basic? by OzzyOsbourne

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.