A discrete component of software for the Perl programming language. A particular set of conventions for using Perl's package mechanism that has become universally adopted.
Object Type Identification
- Files with extensions .pm are included regardless of location
File Extensions
Name | Description |
---|---|
.pm | A Perl Module is a self-contained piece of Perl code that can be used by a Perl program or by other Perl modules. |
...