Day 19. Working with References

For the last several chapters, we've been looking at a number of aspects of Perl that you might consider auxiliary to the core language itself. For instance, working with various functions in the standard library for managing filesystems or processes, importing code from modules, and then using those modules to accomplish various tasks, or working with the Perl debugger. Today, as we reach the final few lessons in this book, we'll return to the core language with a discussion of references. References are a way of indirectly pointing to other bits of data in Perl. They allow you to manage data in more advanced and often more efficient ways than handling the data itself. In today's lesson, we'll explore these topics: ...

Get Sams Teach Yourself Perl in 21 Days, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.