Perl is a well-known programming language and one of its key advantages is that it supports the so-called modules - short pieces of program code which include subroutines and execute numerous tasks. The useful side of employing modules is the fact that you won't have to write custom code or include the entire code for some process whenever it has to be executed. Alternatively, you are able to include only a single line in your Perl script that calls a given module, which consequently will execute the necessary action. Not only will this lead to shorter and more optimized scripts, but it'll also enable you to make changes a lot quicker and easier. If you aren't a programmer, yet you would like to start using a Perl app which you've found on the web, for example, it is very likely that the application will require some modules to be already installed on the hosting server.
Over 3400 Perl Modules in Shared Hosting
When you acquire one of the shared plans that we offer, you'll receive access to a rich library of more than 3400 Perl modules that are already installed on our cloud server platform. Once you sign in to your Hepsia Control Panel, you'll be able to go to the Server Information section where you could see the full list. Some of them are more popular than others, however we have such a large selection because we are aware that if you employ an app from a third-party site, it could have certain requirements as to what kind of modules have to be available on the server or it will not work appropriately. XML::Parser, URI, LWP and DBD::mysql are on the list of modules that you will be able to access and use on your websites.
Over 3400 Perl Modules in Semi-dedicated Servers
With more than 3400 Perl modules pre-installed on our cloud website hosting platform, you'll be able to run almost any script app written in this programming language without a problem irrespective of the semi-dedicated server package that you select. The abovementioned is valid for both pre-made applications that you discover online and for tailor-made ones that you develop. We provide such a multitude of modules for a couple of reasons - first of all, to provide you with different options in respect to what characteristics you can add to your applications and sites and secondly, to make sure that if you wish to work with a ready script, it will run appropriately no matter what modules it will need. Because of this, many of the modules included in our library are very popular while others are used very rarely. You'll see a list of all the modules in your web hosting Control Panel in addition to the access path that your scripts will need to use the modules.