Perl is a widespread web-oriented computer programming language, which is used to make CGI scripts and also many different applications. It is really handy because you do not have to produce the same code again and again in order to have some process executed more than once, but you can use modules. These are pre-defined subroutines or sets of tasks that can be called and executed in a script. That is to say, you'll be able to add just a reference to a given module in your program code instead of using the whole module code over and over again. In this way, your script will be shorter, thus it'll be executed faster, not mentioning that it will be a lot easier to maintain and / or modify. If you want to use a third-party ready-made Perl script rather than creating your own, it will most likely need specific modules to be present on the website hosting server.

Over 3400 Perl Modules in Web Hosting

When you acquire one of the Linux web hosting packages that we offer, you will receive access to a large library of over 3400 Perl modules that are already set up on our cloud server platform. As soon as you sign in to your Hepsia Control Panel, you'll be able to go to the Server Information area where you can easily check the complete list. Part of them are more common than others, yet we have such a large number as we're aware that in case you employ an app from a third-party site, it may have certain requirements as to what modules need to be available on the server or it will not work efficiently. XML::Parser, URI, LWP and DBD::mysql are among the modules that you will be able to access and use on your sites.

Over 3400 Perl Modules in Semi-dedicated Hosting

With over 3400 Perl modules pre-installed on our cloud website hosting platform, you are able to run any script application developed in this programming language without any problems irrespective of the semi-dedicated server plan that you choose. The abovementioned is valid for both pre-made apps that you discover online and for custom-made ones that you write. We offer such a multitude of modules for two reasons - first, to provide you with a selection in respect to what kind of characteristics you're able to add to your apps and websites and secondly, to ensure that if you want to work with a ready script, it will run properly whatever the modules it requires. For this reason, many of the modules included in our library are quite popular whereas others are used very rarely. You will see a list of all the modules within your hosting Control Panel in addition to the access path which your scripts will need so as to use the modules.