Executive and Corporate (E&C) Technical Support: Perl5 Modules
Perl5 Modules
Perl5 modules can greatly extend the functionality of your
E&C perl programming language interpreter. By using prepared modules written by
others, instead of using your own code, you can save yourself both time and effort.
Installation
If you require a module that is not included in the Perl5 Standard Libraries, you may be able use the
cpan utility to install it. The perl5 -MCPAN -e shell command automates module download and
installation (see cpan for more information).
More Information
For more information about Perl5 modules, see the following.