I post this with the expectation this is a pseudonym for green_lakers - if this is incorrect, please excuse my hubris.

We all have difficulties when learning new skills, and knowledge of Perl is something no one is born with. That is why this site features some very smart people who are happy to provide guidance to the rest of us. Don't worry about having difficulty programming Perl - 99.999% of the world can't do as much as you have. But we do ask that you put in a good deal of work on your end. The people who post on this site are donating their time, and so common courtesy asks that you respect that kindness. Posting code without use strict;use warnings; and then asking for help debugging is silly - perl will tell you where your problems are. The on-line documentation at http://perldoc.perl.org is free and easily searchable. If you are having difficulty with a new data structure, try executing the demo code in the documentation and writing toy programs. If your toy program fails, post that code and ask why.

In conclusion, if you show us respect by putting a good effort into fixing your own code, we're more than happy to help you during your missteps.


In reply to Re: HASH PROBLEM by kennethk
in thread HASH PROBLEM by perlnovice81

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.