There is an interesting common attribute of the three types of question you like: they all come from people who already have some decent amount of Perl knowledge -- enough to have formed some idea of how things should work and what sorts of solutions they can choose from. Yes, it's always good when people already know things.

I've been noticing that a lot of SoPW posts are coming from people who admit to being new to Perl and/or new to programming in general. (Maybe it's just me, but it seems like there are more of these lately than there used to be, thinking back over the years.) And sometimes, they present a fourth kind of question: "I need to do this particular thing with this sort of data, and I don't know how."

That kind can be really "good", when a reply can show a pseudo-code solution, and point out how short and easy the transition can be from coherent pseudo-code to a working perl script. Of course, this often gets confounded by the OP not having any initial code, and replies saying "show us what you've tried", and so on. And of course, sometimes it's just homework or a FAQ. But sometimes it's "real."


In reply to Re: Stupid stumpers and good questions by graff
in thread Stupid stumpers and good questions by ELISHEVA

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.