Well I'm guessing your new to perl so let me offer you a book that helped me greatly. First off you're probably thinking of using an O'Reilly book to get started they are good but not as simple as a true newbie book. O'Reilly tends to use a lot of complexity. To get started I suggest "SAMS Teach Yourself Perl in 21 Days" After that the O'Reilly book will be super easy. Then you can move onto more complex Perl if you're trying to attain Perl purism. I'm still learning. Perl is my first language. The next book after those two (It's more or less a really nice supplement but it would be wise to go thorugh it because it contains some of the more complex issues with Perl) This book is O'Reilly's "Programming Perl". Just go to Amazon.com or your local Media Store. Have fun!

The brassmon_k

In reply to Re: Running/Testing Perl on Windows -- binaries, compiling by brassmon_k
in thread Running/Testing Perl on Windows -- binaries, compiling by garyj

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.