A very civilised way to buy books - let's see Amazon come up with something like that on the web (and patent it!)

I believe if you have any type of coffee while buying on Amazon, you have to pay them for that too ;)

difficult to know how factually accurate the book will be

Good point. I remember when I was learning Perl (in '94) there wasn't the saturation of the market with Perl books like there is now. So, you had to trust what was there. And even today, without a person researching who an author is, or who has given good reviews of a book, it is hard for them to know what to trust. For example, the name Randal Schwartz doesn't carry much value with someone who knows nothing about Perl, unless they research the name...

So, people hopefully do their research to make sure the author of the book knows what they are talking about, or choose what reads best to them.

I have had some conversations in my Perl Monger group about how many people learned something about Perl by using/reading/hacking on Matt Wrights scripts. We all now know that they are bad, but at the time of Perl 4, they seemed like good examples to many people. Many people learned bad things, and some unlearned those bad things.
It's the same with books. If you know nothing, and pick up a bad book, you will likely learn some bad things, and later need to unlearn them. If someone learns with Perl for Dummies (a bad book), they will hopefully learn enough about Perl itself that unlearning bad programming practice will come with reading other books, and seeing code, and participating in the Perl community. It takes a community to raise a good Perl hacker! :)

Cheers,
KM


In reply to RE: RE: RE: RE: RE: RE: RE: Best Perl Book by KM
in thread Best Perl Book by Mork29

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.