Perl is a well-known programming language and among its key advantages is that it works with the so-called modules - short bits of program code that contain subroutines and perform different tasks. The handy side of using modules is that you don't need to create custom-made program code or include the whole code for some action every time it needs to be executed. Alternatively, you are able to add only a single line in your Perl script which calls a given module, that in turn will perform the needed action. Not only will this result in shorter and more optimized scripts, but it will also help you make changes a lot quicker and much easier. In case you aren't a programmer, but you would like to start using a Perl application that you've found online, for instance, it's very likely that the app will need some modules to be already installed on the website hosting server.

Over 3400 Perl Modules in Hosting

If you obtain one of the Linux hosting that we supply, you'll receive access to a huge library of more than 3400 Perl modules which are already installed on our cloud server platform. After you sign in to your Hepsia Control Panel, you will be able to go to the Server Information section where you could check the whole list. Some of them are more popular than others, however we have such a large number since we realize that if you employ an application from some third-party website, it could have specific requirements as to what kind of modules have to be set up on the server or it might not work properly. XML::Parser, URI, LWP and DBD::mysql are among the modules that you'll be able to access and use on your sites.

Over 3400 Perl Modules in Semi-dedicated Hosting

With more than 3400 Perl modules pre-installed on our cloud web hosting platform, you will be able to run virtually any script application developed in this programming language without a problem regardless of the semi-dedicated server plan that you choose. The aforementioned applies for both pre-made applications which you find online and for custom-built ones that you develop. We supply such a multitude of modules for two reasons - first of all, to offer you different options in respect to what kind of functions you can add to your apps and sites and second, to make sure that when you would like to work with a ready script, it will run appropriately regardless of what modules it will need. For this reason, some of the modules inside our library are very popular whereas others are used rarely. You will see a list of all of the modules in your website hosting Control Panel in addition to the access path that your scripts will need to use the modules.