I do have a hunch that some newbies flail with any sort of search facility because they tend to use the wrong words for the concepts they have trouble with.

Yes, indeed. I've been taking note lately of nodes with questions that basically boil down to control flow (with a view toward possibly hunting down or creating some kind of control-flow tutorial to point future ones to), and take a look at the ones I've got on my list so far:

Now, the title "making loop in perl script" does clearly have to do with control flow. "The third 'if'" might. The others obviously don't -- yet that was the poster's problem. Further, the title that most obviously has to do with control flow, 'making loop in perl script', corresponds to the node of which I am *least* sure that the real problem is control flow. My conclusion is that if the posters understood control flow well enough to know it was the source of their problems, they'd be able to figure out their own problems and solutions without posting their questions at all. The reason they were stymied is because they didn't understand what their problem was.

I suspect that control flow is not the only concept of which this is true. For example, I once reported a 'bug' in bugzilla that I thought was related to the handling of CSS as applied to anchor tags, but my problem turned out to have to do with the inline box model as it applied to the parent element. Not being familiar enough with the spec to understand the inline box model, I didn't realise where my problem was.


$;=sub{$/};@;=map{my($a,$b)=($_,$;);$;=sub{$a.$b->()}} split//,".rekcah lreP rehtona tsuJ";$\=$ ;->();print$/

In reply to Re: Super Seach Link on SOPW by jonadab
in thread Super Seach Link on SOPW by kutsu

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.