I agree. Most normal books are fine, plus/minus the odd OCR problem for older books. Computer books are much harder to OCR, because spellchecking doesn't work. The only thing that can parse Perl is perl...

I think my biggest disappointment for me was the Kindle version of Perl Best Practices. Perl::Critic depends heavily on page numbers which the Kindle version doesn't support. Otherwise this would be a very good, portable reference (the printed PBP is quite heavy, and mine is starting to loose pages because of constant going back-and-forth through the pages).

If Damian is reading this: I would pay good money for a PerlModule version of the book i can just plugin to P::C that shows me the POD version of the full text for any guideline that just popped up in testing.

Sorry for any bad spelling, broken formatting and missing code examples. I broke my left hand and i'm doing the best i can here...

In reply to Re^3: Perl Program Repair Shop and Red Flags book by cavac
in thread Perl Program Repair Shop and Red Flags book 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.