- Perl ›
- here
How to create a module
Explains how to create a Perl module.
Package and symbol table
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