Hi Tobias,

While you wait for a study buddy to learn Perl with, I suggest you do the following:

  1. Get a good introductory book about Perl. To help you with that, you can have a look at the recommendations in learn.perl.org. In particular, you might be interested in checking the perl.org online library
  2. Solve the exercises in the book you are reading
  3. You might want to join the perl.beginners mailing list. For instructions on how to do it, you can check here
  4. If you cannot solve/understand an exercise from the book you are reading, you might want to ask in the perl.beginners mailing list or here at PerlMonks. However, I recommend you to always try do a search first. In that sense, you could try this site for a list of Google searches for the Perl Beginners Mailing List. Or you could try to do a Super Search to help you find information in the PerlMonks site
  5. Search for a real-life problem you want to solve using Perl. It has to be something that interest you, so you can spend the required time to learn about Perl while solving your problem.
  6. Keep participating here in the Monastery. Here, there are many people just like you: searching for the light. Let's walk together to find it

Cheers!

lin0

In reply to Re^3: Study Perl with somebuddy ? by lin0
in thread Study Perl with somebuddy ? by tobox

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.