What Are Modules?
Perl modules (sometimes called libraries) are files that contain reusable code. These libraries can either be created by you, built-in to Perl, or downloaded from the Internet.
This chapter will focus on using built-in Perl modules. Creating your own modules and using modules that you get from the Internet are discussed in a future course.