In terms of topics, I have no problems with questions about how to use Perl (e.g. "How do I get Perl to run under IIS?" or even "How do I compile Vim with Perl extensions?"), but I do have problems with questions about tools that get used alongside Perl (like "How do I install Apache?" or "What's /etc/passwd's format?"). Some questions are borderline ("How do I get Emacs to properly indent and hilight my Perl code?"); what, you expected an easy answer? :-)

I think that I'm a little more tolerant than you are when it comes to no-effort questions: I'm willing to believe that the questioner doesn't know where to look, or even that they're not aware that they're expected to look before asking. (This second view is annoyingly prevalent, it seems, among VB weenies, going by the VB weenies I've worked with.) On the other hand, I'm also quite willing to consider RTFM a useful, even helpful, answer to a lazy question. I've even made something of a habit of upvoting terse replies to questions that show little effort.

So I guess my boundary is pretty similar to yours.

--
:wq


In reply to Re: Where is the boundary between 'in bounds' and 'out of bounds'? by FoxtrotUniform
in thread Where is the boundary between 'in bounds' and 'out of bounds'? by dws

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.