start page | rating of books | rating of authors | reviews | copyrights

Advanced Perl Programming

Advanced Perl ProgrammingSearch this book
Previous: 4.5 Comparisons to Other Languages Chapter 4
Subroutine References and Closures
Next: 5. Eval
 

4.6 Resources

  1. perlref , perlmod , perlsub, perltoot (Perl documentation).

  2. Structure and Interpretation of Computer Programs . Harold Abelson, Gerald Jay Sussman, Julie Sussman. MIT Press, 1996.

    Uses LISP to explain higher-order procedures and closures. A pleasure to read.


Previous: 4.5 Comparisons to Other Languages Advanced Perl Programming Next: 5. Eval
4.5 Comparisons to Other Languages Book Index 5. Eval