Perl is a widely used programming language and among its main advantages is the fact that it supports the so-called modules - short pieces of code which include subroutines and perform a variety of tasks. The handy side of working with modules is that you will not have to write custom-made program code or include the entire code for a particular process every single time it has to be executed. Instead, you can include only a single line in your Perl script that calls a specific module, which consequently will perform the necessary task. Not only will this provide you with shorter and enhanced scripts, but it will also enable you to make changes swifter and easier. If you are not a programmer, but you would like to employ a Perl application that you've discovered on the web, for example, it's very likely that the application will need some modules to be already installed on your website hosting server.

Over 3400 Perl Modules in Website Hosting

When you acquire one of the website hosting that we supply, you will receive access to a rich library of more than 3400 Perl modules that are already installed on our cloud server platform. As soon as you log in to the Hepsia Control Panel, you will be able to visit the Server Information section where you could see the whole list. Some of them are more popular than others, yet we have such a large number as we're aware that if you employ an app from a third-party site, it may have certain prerequisites as to what modules should be available on the server or it might not work properly. XML::Parser, URI, LWP and DBD::mysql are on the list of modules that you can access and take advantage of 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 will be able to run any kind of script application created in this programming language without a problem irrespective of the semi-dedicated server plan that you choose. The aforementioned applies for both pre-made apps which you get online and for in-house made ones that you develop. We offer such a multitude of modules for a couple of reasons - first of all, to offer you a choice in respect to what features you're able to add to your apps and sites and second, to make sure that in case you want to work with a ready script, it'll run properly regardless of what modules it needs. That's why, many of the modules included in our library are very popular whereas others are employed very rarely. You will see a list of all of the modules within your web hosting Control Panel in addition to the access path that your scripts will need so as to use the modules.