Want to be more effective at getting answers?

Perl is a language of actually trying things. It doesn't take much to have a working example of whatever you're trying to do. In other programming languages this is not the case--some require whole class schemes prior to doing the simplest things, so perhaps you're used to that extra work. Many perl concepts can be done in a few characters just from your command line.

Perl's is about getting the job done with as little verbiage as necessary. When you are pointed to a link, that's an expert Perl programmer's efficient way to help you find what you're looking for, without requiring a lot of extra words, and an indicator that had you done a little more searching on your own, you might've been able to find it on your own.

There are hundreds of threads started here everyday, and invariably someone is told how to make an effective post, so don't take it personally.

In a way, by receiving a very short response on a topic that's already been answered multiple times, it's an expert's way of stating they have confidence in your ability to think for yourself, and find out answers for yourself.


In reply to Re: New to perl by raybies
in thread New to perl by Monk_perl

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.