Many of us here are learning Perl too. I’ve found hanging around on perlmonks is a very good start, there are many experienced monks that are willing to help. Have a look at the very marvellous Tutorials, do a bit of super searching.

So, sign up for an account and start writing code. :-) If you get stuck show us your code. If you get an error message show us that too. Show us any input the code needs and any output you get and show us what output you expected. Write your code so that monks can download it and run it. Make sure it compiles and use strict and warnings.

If you try to follow these guidelines you’ll almost certainly get helpful responses. When I’ve done this I’ve had answers, suggestions and advice from experienced monks that have helped me, kicking and struggling, along the path to getting at least a faint grip on Perl. I’m sure you will too, welcome to the monastery.


In reply to Re: Learning with someone by wfsp
in thread Learning with someone by Anonymous Monk

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.