Perl is a widespread programming language and one of its main pros is that it works with the so-called modules - short bits of program code that include subroutines and perform different tasks. The practical side of employing modules is the fact that you won't need to create custom code or add the entire code for some action each time it has to be executed. Instead, you can include only a single line in your Perl script which calls a specific module, that consequently will execute the necessary task. Not only will this provide you with shorter and enhanced scripts, but it'll also allow you to make modifications quicker and easier. In case you are not a programmer, yet you would like to use a Perl application which you've found on the web, for instance, it is likely that the application will need specific modules to be already installed on the hosting server.

Over 3400 Perl Modules in Hosting

When you purchase one of the Linux hosting packages that we offer, you'll have access to a huge library of more than 3400 Perl modules that are already set up on our cloud server platform. When you sign in to the Hepsia Control Panel, you are able to visit the Server Information area where you could check the complete list. Some of them are more popular than others, yet we offer such a large selection since we realize that when you employ an application from a third-party website, it may have specific requirements as to which modules should be installed on the server or it may not work appropriately. XML::Parser, URI, LWP and DBD::mysql are on the list of modules that you can access and take advantage of 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 can run almost any script application developed in this programming language without a problem whatever the semi-dedicated server package that you choose. The abovementioned applies for both pre-made apps that you get online and for custom-built ones which you create. We supply such a multitude of modules for two reasons - first, to give you different options in respect to what kind of features you're able to add to your applications and websites and secondly, to make sure that when you wish to work with a ready script, it will run flawlessly whatever the modules it will need. For this reason, some of the modules in our library are quite popular whereas others are used very rarely. You will see a list of all of the modules within your web hosting Control Panel together with the access path that your scripts need in order to use the modules.