I too am a beginner and would echo the sentiments of skirnir. That is, you don't have to master everything in the book. Unless of course your project needs it. Often when there's a concept I can't comprehend or have zero knowledge of I panic and immediately think I need to buy a book, but if I'm patient and keep at it, I'll find something that shows me the way.

If you really want to buy a book and/or browse through it, look at Perl by Example by Ellie Quigley. It does cover much about processes and forks, and PIDs, and much other stuff that I'm interested in but will wait until I need more depth. In fact I've been working through this book and got tired of it so took a diversion through a small project or two, and attempted CPAN testing, and Net::Telnet, and, and, etc. I always know where the information is when I need it.


In reply to Re: Process Management by gctaylor1
in thread Process Management by koolgirl

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.