Perl
Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more. The language is intended to be practical (easy to use, efficient, complete) rather than beautiful (tiny, elegant, minimal). Its major features are that it's easy to use, supports both procedural and object-oriented (OO) programming, has powerful built-in support for text processing, and has one of the world's most impressive collections of third-party modules.
Perl Versions
While most modern operating systems ship with a version of Perl, UMIACS also maintains multiple versions.
RHEL
- For RHEL, different versions of Perl can be found via GNU Modules.
Ubuntu
- For Ubuntu hosts, different version of Perl can be install through the Ubuntu Software Center
If you find that you need a version of Perl that is not readily available, you can always build it from source.
Installing Modules
In order to ensure backwards compatibility and functionality, we prefer that users create their own installations of perl modules so that we can keep the central versions of Perl as vanilla as possible. The following instructions will show you how to setup and install local copies of Perl Modules.