Perl has become a language of choice for World Wide Web development, text processing, Internet services, mail filtering, systems administration, and most every other task requiring a portable and easily developed solution. Your virtual server has the Perl interpreter already installed at the following location.
If you require the use of the Perl Standard Libraries or other Perl modules, you will need to install these into a local directory on your virtual server. Installing the Perl Standard Libraries Connect to your virtual server via Telnet or SSH and run the following commands that match your virtual server operating system.
Removing the Perl Standard Libraries If you would like to remove the Perl Standard Libraries you may do so by running the following commands that match your virtual server operating system.
Installing Perl Modules Perl Modules can greatly extend the functionality of your 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. Many popular Perl5 modules can be easily installed on your virtual server. Pre-Packaged Perl Modules The following is a list of pre-packaged Perl Modules that can be installed on your virtual server.
Installation Connect to your server via Telnet or SSH and do the following, depending on your virtual server O/S.
Installing Other Perl Modules If you require a module that is not included above or in the Perl Standard Libraries, you may be able use the vcpan utility to install it. For more information about installing Perl modules: perldoc - Perl Documentation Viewer Do the following to install the perldoc utility, which you can use to view Perl documentation, on your virtual server.
This command links in a variety of required terminal macro definitions as well as several groff/troff/nroff files required for proper man page formatting. Once installed, you may run the following command to access documentation for your favorite Perl5 module. Substitute the module name for MODULE::FAVORITE below.
| |||||||||||||