You should have noticed that the Monks are very willing to help, provided that the seeker has put in some effort and has runnable code that demonstrates the problem.
The monks are much less eager to help if there is no effort shown, although there will still be some answers among the comments if the question is understood.
When the question is hard to read and the provided info makes an accurate answer impossible, then it takes a miracle to help you.
Finally, if you're YELLING and rushing for an answer and ignoring the advice... then you're just digging yourself a deeper grave.

Please, just:

  1. Stop.
  2. Breathe.
  3. Think.
  4. Define what the actual problems is.
  5. Trace out what is going on and where it goes wrong. (Coworkers who have seen the code before can help a lot here)
  6. Prove that you know where it is going wrong by removing all the other code and showing that the problem still occurs.
  7. When you have narrowed the problem down to just a few lines of code, show that in code tags.
  8. Use paragraphs and sentences to describe the situation and the goal. (<p></p> tags are important here)
  9. Use capital letters responsibly.
  10. Keep in mind the following as you write:
  11. Most importantly, don't just look at the replies, but read them and follow them. Why ask for help if you will not accept the help which is offered?


In reply to Re^3: error comin g like bareword found.where the operator excetped.and number found missing the operator?how to reslove this error? by SuicideJunkie
in thread error comin g like bareword found.where the operator excetped.and number found missing the operator?how to reslove this error? by katkurinaveen

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.