Perl is a widespread programming language and one of its major advantages is the fact that it supports the so-called modules - short pieces of program code which contain subroutines and perform different tasks. The beneficial side of using modules is that you will not have to write custom code or include the entire code for some process each time it should be executed. Alternatively, you can add just a single line in your Perl script that calls a certain module, that consequently will perform the needed task. Not only will this provide you with shorter and improved scripts, but it will also enable you to make adjustments faster and easier. In case you are not a programmer, still you'd like to use a Perl app which you've discovered on the worldwide web, for instance, it is likely that the app will require certain modules to be already installed on your website hosting server.
Over 3400 Perl Modules in Semi-dedicated Servers
All of our semi-dedicated hosting service offer a huge collection of Perl modules which you may use with your scripts. In this way, even when you need to use a program which you have found online from a different site, you can be certain that it'll work correctly as regardless of the modules it could require, we'll have them. Our library consists of over 3400 modules such as DBD::mysql, URI, LWP, XML::Parser and a lot more - some are widely used and others not so much. We keep such a large number to be on the safe side and to make certain that any script will work on our machines even if some module that it requires is used rarely. The complete list of modules you can use can be found within the Hepsia hosting CP offered with the semi-dedicated accounts.