Perl's Resource
K. Yue copyright 2001
revised: August 29, 2001
Lecture Notes
Useful Perl Sites
Perl Book Sites
Recommended Books
Perl has become a mature programming language and there are now many good books
for Perl. The following is just what I like. Other books may work better for
you.
- Larry Wall, et. al., "Programming Perl," third edition, O'Reilly, ISBN
0596000278: the newest camel book. No other book in Perl is more authoritative.
- Randal Schwartz, et. al., "Learning Perl," O'Reilly, ISBN 1565922840: the
Llama book. Nice written and easy to understand. I learned Perl
by reading this book.
- Randal Schwartz, et. al., "Learning Perl on Win32 systems," O'Reilly, ISBN
1565923243: the Llama book on Windows. Get this lizard book instead
of the original Llama book if Windows are your main concern.
- Tom Christiansen, et. al, "Perl Cookbook," O'Reilly, ISBN 1565922433: indispensable
for serious Perl developers. A little dated. Hope they will come
up with a new edition soon.