First of all, let me welcome you into the world of perl programming. It is quite a trip-sometimes smooth and serene, sometimes mind-blowing, with at least a few hills and pot-holes you may encounter along the way. In some respects, it might be like an all-terain vehicle with a standard transmission, taking you on almost any journey you can imagine, but the steering and transmission can take some getting use to.

I would be curious which resources you had looked into. One resource you may wish to look at (if you have not looked at it yet) would be Learning Perl. One of the authors of the current edition is Mr. Randal Schwartz, who you may see herein from time to time.

The perl community (and indeed, even herein) has quite a range of individuals, from those just learning to those with considerable years of experience. While we try to be helpful and friendly, sometimes we may forget how it felt when we first entered it, and being a virtual forum, sometimes a response that is meant to be clear and conscise can seem harse due to the lack of context clues (such as the body language we use consciously and unconsciously in the physical world). My advice would be to try not to be afraid to ask questions, or offer suggestions and comments (such as this one). I won't guarantee that you get an answer immediately every time, or that you will never get hit with an RTFM response to a question, but I can guarantee that there are a number of people here who will try to be helpful when they can.

Again, welcome to perl, and I hope your journey into perl may be an enjoyable one.


In reply to Re: The Gates of Perl are not newbie friendly. by atcroft
in thread The Gates of Perl are not newbie friendly. by Hielo

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.