Chapter 6. References (Optional topic)

Table of Contents
6.1. In this section...
6.2. Creating and deferencing
6.3. Complex data structures
6.4. Passing multiple arrays/hashes as arguments
6.5. Anonymous data structures
6.6. Section summary

6.1. In this section...

This section is included as an optional topic. It is intended for those who have experience in C or other languages which use pointers and references.

Readme: As mentioned earlier, references are covered in chapter 4 of the Camel. They are also covered at length in the first chapter of the O'Reilly book "Advanced Perl Programming" by Sriram Srinivasan (the "Panther" book). Lastly, perldoc perlref contains online documentation related to Perl references.

Uses for Perl references: