#448 Advanced Perl Programming
Book notes - Advanced Perl Programming: The Worlds Most Highly Developed Perl Tutorial, Second Edition by Simon Cozens. First published January 1, 2005.
Notes
NB: I originally read the first edition: Advanced Perl Programming by Sriram Srinivasan, published August 1, 1997.
First Edition
First Edition Contents
- Chapter 1: Data References and Anonymous Storage
- Chapter 2: Implementing Complex Data Structures
- Chapter 3: Typeglobs and Symbol Tables
- Chapter 4: Subroutine References and Closures
- Chapter 5: Eval
- Chapter 6: Modules
- Chapter 7: Object-Oriented Programming
- Chapter 8: Object Orientation: The Next Few Steps
- Chapter 9: Tie
- Chapter 10: Persistence
- Chapter 11: Implementing Object Persistence
- Chapter 12: Networking with Sockets
- Chapter 13: Networking: Implementing RPC
- Chapter 14: User Interfaces with Tk
- Chapter 15: GUI Example: Tetris
- Chapter 16: GUI Example: Man Page Viewer
- Chapter 17: Template-Driven Code Generation
- Chapter 18: Extending Perl:A First Course
- Chapter 19: Embedding Perl:The Easy Way
- Chapter 20: Perl Internals
- Appendix A: Tk Widget Reference
- Appendix B: Syntax Summary
First Edition Source Code
Example sources are maintained at https://resources.oreilly.com/examples/9781565922204/.
Cloning to an example_source_1st_edition folder:
git clone https://resources.oreilly.com/examples/9781565922204 example_source_1st_edition
Second Edition
Second Edition Contents
- Advanced Techniques
- Parsing Techniques
- Templating Tools
- Objects, Databases, and Applications
- Natural Language Tools
- Perl and Unicode
- POE
- Testing
- Inline Extensions
- Fun with Perl
Second Edition Source Code
I con’t find the examples online. Maybe they are available is one has an O’Reilly membership.
