In the next chapter, you will expand your horizons and go from the "introverted" Perl programmer to the "extroverted" programmer. Instead of writing stand-alone scripts, you will start learning how to use the libraries and modules already provided by Perl. You will explore CPAN and learn how to download and use modules that have been written my other programmers.
You will understand packages and namespaces and how to export and import symbols how to use the standard Perl library, and how to create your own. You will learn how to create procedural modules and how to store and use them.