Perl is a widely used programming language and among its key pros is the fact that it works with the so-called modules - short pieces of program code that include subroutines and perform multiple tasks. The handy side of employing modules is the fact that you won't have to create custom code or include the entire code for a given task every single time it has to be performed. Alternatively, you'll be able to include just a single line in your Perl script that calls a certain module, that consequently will perform the necessary action. Not only will this provide you with shorter and more optimized scripts, but it will also help you make modifications a lot quicker and easier. In case you are not a programmer, yet you would like to use a Perl app that you've discovered on the worldwide web, for example, it's likely that the app will require specific modules to be already installed on your web hosting server.

Over 3400 Perl Modules in Shared Web Hosting

When you buy one of the shared web hosting plans that we offer, you'll receive access to a rich library of over 3400 Perl modules that are already set up on our cloud server platform. As soon as you log in to the Hepsia Control Panel, you will be able to go to the Server Information section where you can check the entire list. Some of them are more popular than others, however we have such a large number since we're aware that when you employ an app from a third-party site, it may have specific prerequisites as to which modules need to be available 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 use on your websites.