You can usually tell whether the person "knows no Perl" or "has no programming experience whatsoever". The first are usually fine, no matter what language did the person work with before. Except for an occasional "how do I do foo in Perl" where "foo" is not a task, but rather the name of a function in some (often unknown) other language. I generally hate those. I'm pretty certain I could help the person, if only he told us what the heck he wants to do. But I can't know all functions from all languages.

An example in that other language TOGETHER with the explanation is great, a single function name is useless.

The questions asked by people with no programming experience are usually ... either so vague that I do not have any idea what is the actual question or requests for a complete script doing something vaguely defined. And I tend to ignore them.

Jenda
Enoch was right!
Enjoy the last years of Rome.


In reply to Re^2: Stupid stumpers and good questions by Jenda
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.