in reply to Re (tilly) 1: Reviewing bad books.
in thread Reviewing bad books.

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