In last couple of days, I saw at least three posts from the same Anonymous Monk about hashes. I can see that’s the same person, because all those has something to do with parsing a file containing data in a::= b format, and trying to load them into hash. Maybe more than three posts, but at least I noticed that many, and I don’t check all the posts.

The last post I saw was about how to delete from a hash (a little bit more complex, as each hash value is a ref to an array). It saw it around 11:30 p.m. last night, and I was thinking of answering it, but then I said to myself: wait a minute, is this the right way for the guy to learn? Why cannot he at least do some home work before asking? He cannot continue to do this, and this is very suicidal.

I am absolutely cool with questions, but it seems to me that there is some skill more important to learn, that is the skill to learn on oneself. By answering those questions, I am not actually helping, I am slowly killing the guy, mentally…

Now I want to hear from both newbies and experts about this, what do you think is the right way to handle this?


In reply to Is this the right way to learn? by pg

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.