While reading through a fine discussion on whether to disallow single-word titles in Seekers of Perl Wisdom, I began to ponder the situation in greater depth. It occured to me that many of those who frequent that page use those very single-word titles simply because they do not know how to categorize their question; hence, they are here asking it. And if they knew what to call it, perhaps they would research more of it on their own first?

And this made me ask myself:

How do people go about finding out the answers to their questions?

Extreme methods came down to two kinds:

  1. Reseach the problem personally
  2. Immediately try to get a quick answer from someone else

It appears that many single-word titled requests -- not all by any means -- are of the second method, whereas more verbose descriptions appear to be by those who use the first method.

The obvious exceptions are those that pour through the documentation, the books, the sample code, but still don't "get it," and so post a help request with a less-than-descriptive title; and those that write up a beautiful descriptive text with a clear title, reminiscent of a Request For Proposal document put out to consulting firms.

I know that I, personally, will try to research everything on my own, but I will also ask coworkers, chums, and the occasional mailman for assistance. However, when coming up with an appropriate title for my posts, I will sometimes stumble, and fail to think of anything more descriptive than "HELP!" When that happens, I walk away from the problem, and come back to it later, hopefully thinking of a suitable name for the post, so that people will readily understand my question.

What have your experiences been?

Thoughtfully,
-v

Update!

Kudos to Errto for pointing out that my links were absolute, and might accidentally log someone off.

Thanks!


"Perl. There is no substitute."

In reply to How do YOU find the answer to your question? by Velaki

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.