Perl is a widely used programming language and one of its main advantages is that it works with the so-called modules - short bits of program code which include subroutines and perform a variety of tasks. The useful side of working with modules is that you don't need to write custom-made code or add the whole code for some task every time it has to be executed. Alternatively, you are able to include just a single line in your Perl script which calls a certain module, which consequently will execute the necessary task. Not only will this lead to shorter and enhanced scripts, but it'll also allow you to make modifications swifter and much easier. If you aren't a programmer, but you'd like to work with a Perl app which you've discovered on the web, for instance, it's very likely that the app will require some modules to be already set up on your website hosting server.

Over 3400 Perl Modules in Cloud Hosting

If you obtain one of the cloud plans that we provide, you will receive access to a rich library of over 3400 Perl modules which are already installed on our cloud server platform. Once you sign in to the Hepsia Control Panel, you're able to go to the Server Information area where you could see the complete list. Part of them are more popular than others, yet we offer such a large number as we are aware that in case you use an application from some third-party website, it may have specific prerequisites as to which modules should be installed on the server or it may not function properly. XML::Parser, URI, LWP and DBD::mysql are some of the modules that you are able to access and employ on your sites.

Over 3400 Perl Modules in Semi-dedicated Servers

With over 3400 Perl modules pre-installed on our cloud hosting platform, you will be able to run almost any script app developed in this programming language without a problem regardless of the semi-dedicated server plan that you choose. This applies for both pre-made applications which you get online and for in-house made ones that you write. We offer such a large number of modules for a couple of reasons - first of all, to provide you with a choice in respect to what kind of characteristics you can add to your apps and sites and second, to guarantee that if you want to work with a ready script, it will run properly whatever the modules it needs. Because of this, most of the modules included in our library are very popular whereas others are used rarely. You will find a list of all modules inside your web hosting Control Panel together with the access path that your scripts will need in order to use these modules.