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


in reply to What's missing in Perl books?

I think that something titled "Understanding Perl" could do well. My notion is that it would set out the general rules that perl follows with lots of explanation, examples, and a careful review of exceptions to the rules.

It should include clear exposition of:

  1. perl contexts
  2. lists
  3. calling conventions
  4. unix, as expressed in perl's design
  5. internals (badly needed now that the panther doesn't cover it)

That's only partial, more suggestions are invited.

After Compline,
Zaxo

Replies are listed 'Best First'.
Re^2: What's missing in Perl books?
by Aristotle (Chancellor) on Nov 16, 2005 at 03:42 UTC

    I’d leave internals out and dedicate a whole separate book to them. And a book on them is badly needed, indeed.

    ++ on “Understanding Perl.”

    Makeshifts last the longest.