Updates
Latest Tweet
What's New?
Check out for latest innovation, a computer based training video collection
Like this Page
Advanced Perl Programming Review by Jack D. Herrington
Best way to learn references
This is one of the four critical books you need to learn Perl; Programming Perl, Learning Perl, Perl Cookbook and Advanced Perl Programming. This book provides a deep understanding of how references (pointers) can be used to increase performance. In addition the book gives you a deeper understanding about how to make better use of hash tables as data structures. The section on code generation using templates is great as well.