http://www.perlmonks.org?node_id=136188


in reply to Reviewing bad books.

Schwern used to have a great checklist online called the Perl Book Litmus Test. While rather unscientific, it was an easily taught test which manages to catch a frightening fraction of bad books. Since the site he had it on is now dead, hopefully he won't object to my posting it here. Just open the index and answer the following questions: Grab a Perl book and try it. Wasn't that easy? It is a useful test, but too easy. It is perfectly possible to pass this test but still suck. However most bad books will fail it.

For a more involved discussion on how to tell good from bad I would recommend reading Choosing a Perl Book by Simon Cozens.

Replies are listed 'Best First'.
The Triumphant Return Of The Perl Book Litmus Test
by schwern (Scribe) on Jan 14, 2003 at 00:18 UTC
    The Perl Book Litmus Test disappeared along with the rest of my original site when my old company, Arena Networks, went out of business and sold off its servers. But thanks to Gnat and The Internet Archive's Way Back Machine IT HAS RETURNED!
    --
    
    Michael G Schwern 	Just Another Stupid Consultant
    schwern@pobox.com	http://www.pobox.com/~schwern/
    
Re: Re (tilly) 1: Reviewing bad books.
by gmax (Abbot) on Jan 04, 2002 at 13:53 UTC
    I think this is very useful advice.
    It doesn't solve the problem of blindly buying from the net, for which I am entirely at the mercy of the reviewers, but it can make me more proficient at evaluating a book when I can lay my hands on it.
    Thanks.
     _  _ _  _  
    (_|| | |(_|><
     _|   
    
Re: Re (tilly) 1: Reviewing bad books.
by Corion (Patriarch) on Jan 04, 2002 at 17:26 UTC

    Schwern has some parts (but, alas, not all) of his website available via pobox.com/~schwern/, mostly a reference to his latest module, Ima::Moron. The Perl Book Litmus Test is discussed on use Perl;, here by koschei.

    perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web