I had been trying to be gentle. Now I won't be. Here is some honest feedback.

You clearly have a lot of basic misunderstandings (eg about what prototypes are not doing for you), a lot of bad habits (your code has a number of very bad mistakes - a fact I was trying to let you know gently through telling you to use a pragma that would catch several of them), lack an appreciation for basic facts of good programming (for instance the value of not reinventing wheels), do not understand the first thing about how locking should work, and you are so convinced that you are doing things right that you don't appear to be listening to quite a bit of good advice that you have received from a number of people.

In short, attempting to give you advice has become a very low pay-off activity, and I am about to stop wasting my time.


In reply to Re (tilly) 5: Lady_TM by tilly
in thread Lady_TM by Steeeeeve

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.