8 chapters are a lot to try to absorb without trying things out. Especially if you are talking about "Programming Perl" then that is really too advanced to start off with. Learning Perl, Third Fourth Edition Making Easy Things Easy and Hard Things Possible is a much better beginning book.

Before going on, I'd try to set yourself some exercise programs to write that make use of what you learnt in each chapter and see if you can make them do what you expect. Then you'll also have material to come here with if you can't get them working.

I myself didn't even complete Chapter 1 of Learning Perl before I just had to write some exercise programs to prove to myself I was learning what I was reading - within a week I was writing in Perl only -- no longer being tempted to write in the then-familiar ksh, C and awk and I hadn't even started on the big Camel book by then.

-M

Free your mind


In reply to Re: a newbie to perl needing help by Moron
in thread a newbie to perl needing help by adam_blackice

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.