Module
A description of Perl modules.
Package and symbol table
Modules and directories
Loading modules
- Load the module by specifying the file name
- Load the module by specifying the module name with a variable
- Load module at compile time use
- Load module at runtime require
- Understand how modules load