Chapter 3
Using Modules
Chapter Overview
Joe uses a module with credit card functions to analyze financial data for an auto parts store.
Chapter Objective
use
functions from a Perl module
Documentation
perlmod
perlmodlib
perlpod
Topics
A module is a reusable collection of functions.
use
ing modules
How
use
finds modules
Importing and exporting identifiers
Documentation
Finding modules
installed on a system
Lab
Validating credit card information